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
No known key found for this signature in database
GPG key ID: 463F75EF26BBFC45
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