You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Disable the crash handler if execinfo=no scons option is set
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
#include "core/version.h"
|
||||
#include "main/main.h"
|
||||
|
||||
#ifdef DEBUG_ENABLED
|
||||
#define CRASH_HANDLER_ENABLED 1
|
||||
#ifndef DEBUG_ENABLED
|
||||
#undef CRASH_HANDLER_ENABLED
|
||||
#endif
|
||||
|
||||
#ifdef CRASH_HANDLER_ENABLED
|
||||
|
||||
Reference in New Issue
Block a user