This commit is contained in:
Eric Andersen
1999-10-25 23:32:44 +00:00
parent d143e8f2bd
commit 0460ff2e5d
13 changed files with 931 additions and 618 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...