We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 908ce60 commit 81ff65bCopy full SHA for 81ff65b
di-opt.cpp
@@ -10,7 +10,7 @@
10
11
#include <sys/time.h>
12
13
-#define DDEBUG 0
+#define DDEBUG 1
14
#define LOG(fmt, ...) \
15
do { if (DDEBUG) fprintf(stderr, "[%s:%d:%s]: " fmt, __FILE__, \
16
__LINE__, __func__, ##__VA_ARGS__); } while (0)
0 commit comments