projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dbc17f
)
Oops. left debug on.
author
Erik Andersen
<andersen@codepoet.org>
Sat, 8 Jan 2000 21:20:49 +0000
(21:20 -0000)
committer
Erik Andersen
<andersen@codepoet.org>
Sat, 8 Jan 2000 21:20:49 +0000
(21:20 -0000)
-Erik
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9a59c1fff639fb94a2c2bed7aaa78e1071d2210b..f1f25cd43c6d953f05495a413bcef20b22340135 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-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=
tru
e
+DODEBUG=
fals
e
# If you want a static binary, turn this on. I can't think
# of many situations where anybody would ever want it static,
# but...