Oops. I left debugging turned on...
authorErik Andersen <andersen@codepoet.org>
Mon, 6 Mar 2000 18:34:48 +0000 (18:34 -0000)
committerErik Andersen <andersen@codepoet.org>
Mon, 6 Mar 2000 18:34:48 +0000 (18:34 -0000)
 -Erik

Makefile

index ed5a4b1..1d52e1d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ BUILDTIME := $(shell TZ=GMT date "+%Y%m%d-%H%M")
 # 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.  I can't think
 # of many situations where anybody would ever want it static,