commit | 766f9c7a191ba0b0682334068f3c78b29e04e8a0 | [log] [tgz] |
---|---|---|
author | Erik Andersen <andersen@codepoet.org> | Sat Jan 08 21:20:49 2000 +0000 |
committer | Erik Andersen <andersen@codepoet.org> | Sat Jan 08 21:20:49 2000 +0000 |
tree | 324e238f925d74476d29907c4b648507b8ddcfc4 | |
parent | 1dbc17f630fa92e2ee3ac0f1e2bccb6adf6f9032 [diff] [blame] |
Oops. left debug on. -Erik
diff --git a/Makefile b/Makefile index 9a59c1f..f1f25cd 100644 --- a/Makefile +++ b/Makefile
@@ -22,7 +22,7 @@ # Comment out the following to make a debuggable build # Leave this off for production use. -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, # but...