summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index 3a1fb6c7b2..0416da3b05 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -272,6 +272,11 @@
// an error message.
#define DGL_PAUSE_AFTER_ERROR
+ // Enable core dumps. Note that this will not create core dumps if
+ // Crawl is installed setuid or setgid, but dgamelaunch installs should
+ // not be installing Crawl set[ug]id anyway.
+ #define DGL_ENABLE_CORE_DUMP
+
// Use UTC for dgamelaunch servers.
#define TIME_FN gmtime
#endif