mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 05:38:31 +09:00
[Chore] (MG_Util/Debug/Log): give up on stacktrace
This commit is contained in:
+2
-1
@@ -45,7 +45,8 @@
|
||||
#define MOBILEGL_LOG_ENABLE_ANDROID 1
|
||||
|
||||
// Require C++23
|
||||
#if __cplusplus >= 202302L
|
||||
// Android NDK still doesn't have support for that :(
|
||||
#if __cplusplus >= 202302L && !__ANDROID__
|
||||
#define MOBILEGL_LOG_ENABLE_STACKTRACE 1
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user