mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
[Fix] (MG_Util/Debug/Log): force turn off stacktrace
This commit is contained in:
+2
-2
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user