set debug switch to false again

This commit is contained in:
Araq
2015-12-01 00:53:20 +01:00
parent af29ea1ea2
commit 076b809677

View File

@@ -17,7 +17,7 @@ const
debugGC = false # we wish to debug the GC...
logGC = false
traceGC = false # extensive debugging
alwaysCycleGC = true
alwaysCycleGC = false
alwaysGC = defined(fulldebug) # collect after every memory
# allocation (for debugging)
leakDetector = false