Files
CHOMPStation2/code/_compile_options.dm
2025-11-07 21:19:24 +01:00

12 lines
382 B
Plaintext

// Comment this out if you are debugging problems that might be obscured by custom error handling in world/Error
#ifdef DEBUG
#define USE_CUSTOM_ERROR_HANDLER
#endif
/// If this is uncommented, Autowiki will generate edits and shut down the server.
/// Prefer the autowiki build target instead.
// #define AUTOWIKI
// We do not have dreamlua implemented
#define DISABLE_DREAMLUAU