From 9c5c29d442d588ffce390e18fc554f258f6d523e Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Mon, 6 Mar 2000 18:34:48 +0000 Subject: Oops. I left debugging turned on... -Erik --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ed5a4b11d..1d52e1dcd 100644 --- 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, -- cgit v1.2.3