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 0045778 commit ecaf9e6Copy full SHA for ecaf9e6
py/emitglue.c
@@ -43,6 +43,7 @@
43
#define DEBUG_printf DEBUG_printf
44
#define DEBUG_OP_printf(...) DEBUG_printf(__VA_ARGS__)
45
#else // don't print debugging info
46
+#define DEBUG_PRINT (0)
47
#define DEBUG_printf(...) (void)0
48
#define DEBUG_OP_printf(...) (void)0
49
#endif
py/emitnative.c
@@ -55,6 +55,7 @@
55
#define DEBUG_PRINT (1)
56
57
58
59
60
61
0 commit comments