OSDN Git Service

Debug should be off by default
authorEric Andersen <andersen@codepoet.org>
Mon, 19 Mar 2001 22:40:50 +0000 (22:40 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 19 Mar 2001 22:40:50 +0000 (22:40 -0000)
test/Config

index 67052f1..e9835c4 100644 (file)
@@ -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