Merge pull request #36190 from MrStonedOne/patch-489

Removes DEBUG from compile_options.
This commit is contained in:
Jordan Brown
2018-03-07 02:32:26 -05:00
committed by CitadelStationBot
parent 4d0b7133c8
commit 61c2d7e435
-2
View File
@@ -1,5 +1,3 @@
#define DEBUG //Enables byond profiling and full runtime logs - note, this may also be defined in your .dme file
//Enables in-depth debug messages to runtime log (used for debugging)
//#define TESTING //By using the testing("message") proc you can create debug-feedback for people with this
//uncommented, but not visible in the release version)