Debug should be off in the Makefile. I will now do (per Pavel's
authorEric Andersen <andersen@codepoet.org>
Wed, 7 Jun 2000 17:33:30 +0000 (17:33 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 7 Jun 2000 17:33:30 +0000 (17:33 -0000)
suggestion) a "cvs up -D now Makefile" so I stop updating the
Makefile by accident.
 -Erik

Makefile

index 1395b5262739b82a0c940aa70dceb3dc91c7cbb3..386d8c32839e342476c0f525a7944c24ccd092ab 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