commit | 854e11581f39eb7d2db17c3ed6c7b1fc854a91c0 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Jun 13 06:57:56 2000 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Jun 13 06:57:56 2000 +0000 |
tree | baa3892bd95ec5e243c6154f0ed17ef8e596cd2b | |
parent | 2b6ab3cbf8c486fd2faa2bec60e7b1d4ed807af1 [diff] [blame] |
Urgh. revert Makefile. again. Forgot to do the 'cvs update -d now' trick on my home box.
diff --git a/Makefile b/Makefile index 1395b52..386d8c3 100644 --- a/Makefile +++ b/Makefile
@@ -26,7 +26,7 @@ # Set the following to `true' to make a debuggable build. # Leave this set to `false' for production use. # eg: `make DODEBUG=true tests' -DODEBUG = true +DODEBUG = false # If you want a static binary, turn this on. DOSTATIC = false