From 3fe7f9f20b6562e667ff3c9388a6ce00bd1ba19f Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Wed, 19 Apr 2000 03:59:10 +0000 Subject: More minor updates to docs (and making apps behave as the docs suggest they should) -Erik --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6a4b41b01..90a1a21fd 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