mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 13:48:30 +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
|
#define MOBILEGL_LOG_ENABLE_ANDROID 1
|
||||||
|
|
||||||
// Require C++23
|
// 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__
|
#if __cplusplus >= 202302L && !__ANDROID__
|
||||||
#define MOBILEGL_LOG_ENABLE_STACKTRACE 1
|
#define MOBILEGL_LOG_ENABLE_STACKTRACE 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __ANDROID__
|
#ifdef __ANDROID__
|
||||||
|
|||||||
Reference in New Issue
Block a user