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 5d246f13eab93ba3db7f7095f8041cbff65b5d96..30fd718f104e62e2df692ce46e8ff57ba5b2bda1 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