Fix weird startup crashes in debug mode
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m40s

This commit is contained in:
2026-03-20 19:43:52 +01:00
parent bf1e8e8573
commit fd800f6210
2 changed files with 7 additions and 3 deletions

View File

@@ -25,6 +25,7 @@
#define HAVE_MORECORE 0
#define NO_MALLOC_STATS 1
#define USE_LOCKS 1
#define USE_SPIN_LOCKS 1
#define MALLOC_FAILURE_ACTION \
do { \
DEBUG ("malloc failure\n"); \