LibC: Enable backtrace dumping by default

I'm not sure why I had turned this off
This commit is contained in:
2026-07-09 08:43:13 +03:00
parent 73a95bd725
commit f6b91578ae

View File

@@ -31,7 +31,7 @@ struct init_funcs_t
extern "C" char** environ;
#define DUMP_BACKTRACE 0
#define DUMP_BACKTRACE 1
#define DEMANGLE_BACKTRACE 0
#define BACKTRACE_SIGNALS(X) X(SIGABRT) X(SIGBUS) X(SIGFPE) X(SIGILL) X(SIGSEGV)