Procházet zdrojové kódy

Debug should be off by default

Eric Andersen před 25 roky
rodič
revize
025490cb32
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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