diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-08 03:08:21 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-08 03:08:21 +0000 |
commit | ecd512453ce8f7a7c8a3b5d523855a2b52d626c5 (patch) | |
tree | 85d71f517408081f99a9ad52ed3dc233c3db082e /Makefile | |
parent | 5dd853ad2a8da4d1e85a2221ce3e15bfb1e5885c (diff) | |
download | busybox-w32-ecd512453ce8f7a7c8a3b5d523855a2b52d626c5.tar.gz busybox-w32-ecd512453ce8f7a7c8a3b5d523855a2b52d626c5.tar.bz2 busybox-w32-ecd512453ce8f7a7c8a3b5d523855a2b52d626c5.zip |
Latest and greatest
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ BUILDTIME := $(shell TZ=UTC date --utc "+%Y.%m.%d-%H:%M%z") | |||
25 | # Set the following to `true' to make a debuggable build. | 25 | # Set the following to `true' to make a debuggable build. |
26 | # Leave this set to `false' for production use. | 26 | # Leave this set to `false' for production use. |
27 | # eg: `make DODEBUG=true tests' | 27 | # eg: `make DODEBUG=true tests' |
28 | DODEBUG = false | 28 | DODEBUG = true |
29 | 29 | ||
30 | # If you want a static binary, turn this on. I can't think | 30 | # If you want a static binary, turn this on. I can't think |
31 | # of many situations where anybody would ever want it static, | 31 | # of many situations where anybody would ever want it static, |