mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Disable the crash handler if execinfo=no scons option is set
This commit is contained in:
parent
5f05e2b9b1
commit
f1a677fb4c
2 changed files with 14 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue