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 16dba88 commit 7e2fb52Copy full SHA for 7e2fb52
src/xrScriptEngine/ScriptEngineConfig.hpp
@@ -1,5 +1,5 @@
1
#pragma once
2
-
3
-#ifdef DEBUG
+// XXX: move to config
+#if defined(DEBUG) && 0
4
#define CONFIG_SCRIPT_ENGINE_LOG_EXPORTS
5
#endif
0 commit comments