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-ecd512453ce8f7a7c8a3b5d523855a2b52d626c5.tar.gz |
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") # 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, |