mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-07-19 13:02:20 +01:00
32 lines
720 B
Plaintext
32 lines
720 B
Plaintext
// Compile-time config flags
|
|
|
|
// Enable if btime is installed
|
|
//#define PRECISE_TIMER_AVAILABLE
|
|
|
|
// Debug flags
|
|
|
|
// Delete queue debug toggle
|
|
// This is expensive. don't turn it on on the server unless you want things to be bad and slow
|
|
// #define DELETE_QUEUE_DEBUG
|
|
|
|
//#define UPDATE_QUEUE_DEBUG
|
|
|
|
// Image deletion debug
|
|
// DO NOT ENABLE THIS ON THE SERVER FOR FUCKS SAKE
|
|
//#define IMAGE_DEL_DEBUG
|
|
|
|
// Machine processing debug
|
|
//Apparently not that hefty but still
|
|
//#define MACHINE_PROCESSING_DEBUG
|
|
|
|
//Queue worker statistics
|
|
//Probably hefty
|
|
//#define QUEUE_STAT_DEBUG
|
|
|
|
// Map overrides
|
|
// Construction mode
|
|
//#define MAP_OVERRIDE_CONSTRUCTION
|
|
// Destiny/RP
|
|
//#define MAP_OVERRIDE_DESTINY
|
|
|
|
//#define MAP_OVERRIDE_TEST |