This commit is contained in:
Eric Andersen
1999-11-25 07:30:46 +00:00
parent b99df0fd65
commit 3843e96252
10 changed files with 932 additions and 119 deletions

View File

@@ -22,7 +22,7 @@ BUILDTIME=$(shell date "+%Y%m%d-%H%M")
# Comment out the following to make a debuggable build
# Leave this off for production use.
DODEBUG=false
DODEBUG=true
# If you want a static binary, turn this on. I can't think
# of many situations where anybody would ever want it static,
# but...