Better gcc/clang debugging flags

This commit is contained in:
SChernykh
2025-03-03 23:13:32 +01:00
parent 13bd678c03
commit d006ac2c6e
4 changed files with 90 additions and 59 deletions
+6
View File
@@ -501,4 +501,10 @@ extern const char* BLOCK_FOUND;
} // namespace p2pool
#include "util.h"
#ifdef DEBUG_BUILD
#undef FORCEINLINE
#define FORCEINLINE NOINLINE
#endif
#include "log.h"