Преглед изворни кода

Debug should be off by default

Eric Andersen пре 25 година
родитељ
комит
025490cb32
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      test/Config

+ 1 - 1
test/Config

@@ -4,7 +4,7 @@
 #
 
 # Set the following to `true' to make a debuggable build.
-DODEBUG = true
+DODEBUG = false
 
 # If you want to compile using uClibc as a shared library, turn this on.
 DODYNAMIC = false