From 21943ce6416215ff1a2df7b5008460bf9099f478 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 13 Oct 1999 18:04:51 +0000 Subject: More fixes --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 86fc9f6..6c36b8f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,10 @@ VERSION=0.29alpha1 BUILDTIME=$(shell date "+%Y%m%d-%H%M") -DODEBUG=true + +# Comment out the following to make a debuggable build +# Leave this off for production use. +#DODEBUG=true #This will choke on a non-debian system ARCH=`uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/'` -- cgit v1.1