Skip to content

Commit ebdccff

Browse files
authored
disable DEBUG_AI (#1107)
1 parent 20886ee commit ebdccff

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

code/_compile_options.dm

+5-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
//#define FORCE_CODEX_DATABASE 1
114114

115115
/// Enable DEBUG_AI_LOG
116-
#define DEBUG_AI
116+
// #define DEBUG_AI
117117

118118
/////////////////////// REFERENCE TRACKING
119119

@@ -271,3 +271,7 @@
271271
#ifdef LOWMEMORYMODE
272272
#warn LOWMEMORYMODE is enabled!
273273
#endif
274+
275+
#ifdef DEBUG_AI
276+
#warn DEBUG_AI is enabled!
277+
#endif

0 commit comments

Comments
 (0)