Преглед на файлове

Debug should be off by default

Eric Andersen преди 23 години
родител
ревизия
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