From f29f797f54451a6a5801b065a2896ea403334f4f Mon Sep 17 00:00:00 2001 From: Jim Gleason Date: Tue, 18 Apr 2000 20:40:38 +0000 Subject: Reset DODEBUG to false --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d246f13e..30fd718f1 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