diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-25 23:32:44 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-25 23:32:44 +0000 |
commit | 0460ff2e5d443b485c2f6447c8c2ece1b3bec9c3 (patch) | |
tree | d761a790ee864a0a566d29c9d56173763fa04888 /Makefile | |
parent | d143e8f2bd03470e891a5e3ccca5734edd917e73 (diff) | |
download | busybox-0460ff2e5d443b485c2f6447c8c2ece1b3bec9c3.tar.gz |
Stuf
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ BUILDTIME=$(shell date "+%Y%m%d-%H%M") # Comment out the following to make a debuggable build # Leave this off for production use. -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, # but... |