1
0
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:
LinuxUserGD
2024-02-18 19:10:23 +01:00
parent 5f05e2b9b1
commit f1a677fb4c
2 changed files with 14 additions and 8 deletions

View File

@@ -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