From 0b66577368206a433411f6367c90ab70d82ba275 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 7 Jun 2000 17:33:30 +0000 Subject: Debug should be off in the Makefile. I will now do (per Pavel's suggestion) a "cvs up -D now Makefile" so I stop updating the Makefile by accident. -Erik --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1395b5262..386d8c328 100644 --- 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 -- cgit v1.2.3