[Chore] (Defines): shouldn't enable scope marker by default

This commit is contained in:
2026-01-29 22:57:25 +08:00
parent 9ae554cabe
commit 197fdb972b
+1 -1
View File
@@ -44,7 +44,7 @@
#define MOBILEGL_LOG_ENABLE_CONSOLE 0
#define MOBILEGL_LOG_ENABLE_FILE 1
#define MOBILEGL_LOG_ENABLE_ANDROID 1
#define MOBILEGL_ENABLE_SCOPE_MARKER 1
#define MOBILEGL_ENABLE_SCOPE_MARKER 0
// Require C++23
// Clang/Android NDK still doesn't have support for that :(