diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-06 18:34:48 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-06 18:34:48 +0000 |
commit | 9c5c29d442d588ffce390e18fc554f258f6d523e (patch) | |
tree | d7757ce4e2e4de8dc542ba637065457c08e1b565 /Makefile | |
parent | 65fc1c70f7c992f4eda7aa8452d265a4f0d8d641 (diff) | |
download | busybox-9c5c29d442d588ffce390e18fc554f258f6d523e.tar.gz |
Oops. I left debugging turned on...
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ BUILDTIME := $(shell TZ=GMT date "+%Y%m%d-%H%M") # 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. I can't think # of many situations where anybody would ever want it static, |