From e1eaa7f6b3953bb2ee90ce05d9bc30d653cd86d8 Mon Sep 17 00:00:00 2001 From: Metis <100518708+sheepishgoat@users.noreply.github.com> Date: Sat, 26 Oct 2024 19:01:00 -0400 Subject: [PATCH] Update _compile_options.dm --- code/_compile_options.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/_compile_options.dm b/code/_compile_options.dm index 5c97a81495..ef9692d2a3 100644 --- a/code/_compile_options.dm +++ b/code/_compile_options.dm @@ -43,6 +43,8 @@ // #define TRACK_MAX_SHARE //Allows max share tracking, for use in the atmos debugging ui #endif //ifdef TESTING +//#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 + // If this is uncommented, will attempt to load and initialize prof.dll/libprof.so. // We do not ship byond-tracy. Build it yourself here: https://github.com/mafemergency/byond-tracy/ //#define USE_BYOND_TRACY