Browse Source

Debug should be off by default

Eric Andersen 23 years ago
parent
commit
025490cb32
1 changed files with 1 additions and 1 deletions
  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