diff --git a/code/_compile_options.dm b/code/_compile_options.dm index 1c3f335a570..cf973407b26 100644 --- a/code/_compile_options.dm +++ b/code/_compile_options.dm @@ -12,7 +12,7 @@ #endif #ifdef CITESTING -#define TESTING +//#define TESTING #endif #if defined(UNIT_TESTS) @@ -38,6 +38,6 @@ //#define UNIT_TESTS //If this is uncommented, we do a single run though of the game setup and tear down process with unit tests in between -#define TESTING +//#define TESTING // #define REFERENCE_TRACKING // #define GC_FAILURE_HARD_LOOKUP