Reset DODEBUG to false
authorJim Gleason <jimg@lineo.com>
Tue, 18 Apr 2000 20:40:38 +0000 (20:40 -0000)
committerJim Gleason <jimg@lineo.com>
Tue, 18 Apr 2000 20:40:38 +0000 (20:40 -0000)
Makefile

index 5d246f1..30fd718 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ export VERSION
 # Set the following to `true' to make a debuggable build.
 # Leave this set to `false' for production use.
 # eg: `make DODEBUG=true tests'
-DODEBUG = true
+DODEBUG = false
 
 # If you want a static binary, turn this on.
 DOSTATIC = false