Turn off debugging
authorErik Andersen <andersen@codepoet.org>
Sat, 15 Apr 2000 16:37:45 +0000 (16:37 -0000)
committerErik Andersen <andersen@codepoet.org>
Sat, 15 Apr 2000 16:37:45 +0000 (16:37 -0000)
 -Erik

Makefile

index bc37b4a001e4a176e605a466a4240acdd450b5ad..54db45c9b31b5f35519f9559f92610a3e9ecc0a5 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