[Chore] (MG_Util/Debug/Log): give up on stacktrace

This commit is contained in:
2026-01-05 10:03:14 +08:00
parent c6443e5039
commit 5e9844a4e5
3 changed files with 15 additions and 2 deletions
+2 -1
View File
@@ -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