mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 18:11:47 +00:00
Removes DEBUG from compile_options.
byond now as of 1413 only lets you define debug inside the dme, so this was pointless.
This commit is contained in:
committed by
GitHub
parent
4e03f329d2
commit
66a9722fab
@@ -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
|
//#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)
|
//uncommented, but not visible in the release version)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user