diff --git a/MobileGL/Defines.h b/MobileGL/Defines.h index c1bd01fc..ea85b845 100644 --- a/MobileGL/Defines.h +++ b/MobileGL/Defines.h @@ -45,9 +45,9 @@ #define MOBILEGL_LOG_ENABLE_ANDROID 1 // Require C++23 -// Android NDK still doesn't have support for that :( +// Clang/Android NDK still doesn't have support for that :( #if __cplusplus >= 202302L && !__ANDROID__ -#define MOBILEGL_LOG_ENABLE_STACKTRACE 1 +#define MOBILEGL_LOG_ENABLE_STACKTRACE 0 #endif #ifdef __ANDROID__