Latest and greatest

-Erik
This commit is contained in:
Erik Andersen
2000-04-08 03:08:21 +00:00
parent 5dd853ad2a
commit ecd512453c
3 changed files with 195 additions and 131 deletions

View File

@@ -25,7 +25,7 @@ BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z")
# Set the following to `true' to make a debuggable build.
# Leave this set to `false' for production use.
# eg: `make DODEBUG=true tests'
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,