aboutsummaryrefslogtreecommitdiff
path: root/buildtools/codegen/CodegenConfig.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-05-29 22:04:13 -0700
committerrtk0c <[email protected]>2022-05-29 22:04:13 -0700
commitcdd84f25ab1d2a57ee5c7b4c954e35a8d7e2dca3 (patch)
tree5c0f502279a5077a671d09572a708cb1a29357f2 /buildtools/codegen/CodegenConfig.hpp
parent6f29abe5571eb68207986bdadb97b207264ac958 (diff)
Changeset: 50 Fix buildsystem mistakes in changeset 49, add debug print option
Diffstat (limited to 'buildtools/codegen/CodegenConfig.hpp')
-rw-r--r--buildtools/codegen/CodegenConfig.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/buildtools/codegen/CodegenConfig.hpp b/buildtools/codegen/CodegenConfig.hpp
index 4ed576a..b9dc56c 100644
--- a/buildtools/codegen/CodegenConfig.hpp
+++ b/buildtools/codegen/CodegenConfig.hpp
@@ -1,6 +1,8 @@
#pragma once
-#define CODEGEN_DEBUG_PRINT 1
+#ifndef CODEGEN_DEBUG_PRINT
+# define CODEGEN_DEBUG_PRINT 0
+#endif
#if CODEGEN_DEBUG_PRINT
# define DEBUG_PRINTF(...) printf(__VA_ARGS__)