From 197fdb972b8fc744f832d2c126865e22046dcdae Mon Sep 17 00:00:00 2001 From: Swung0x48 Date: Thu, 29 Jan 2026 22:57:25 +0800 Subject: [PATCH] [Chore] (Defines): shouldn't enable scope marker by default --- MobileGL/Defines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MobileGL/Defines.h b/MobileGL/Defines.h index a8a8c202..d7c5bd19 100644 --- a/MobileGL/Defines.h +++ b/MobileGL/Defines.h @@ -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 :(