projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f55374
)
Click should be built with -Os, not -O2
author
Florian Fainelli
<florian@openwrt.org>
Thu, 19 Jul 2007 12:31:02 +0000
(12:31 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 19 Jul 2007 12:31:02 +0000
(12:31 +0000)
SVN-Revision: 8053
net/click/Makefile
patch
|
blob
|
history
diff --git
a/net/click/Makefile
b/net/click/Makefile
index dae1f1c354cf10d4297d9f53367259fed16df72f..f3851236f53436ff4cb22b7b18f99099eb9f4384 100644
(file)
--- a/
net/click/Makefile
+++ b/
net/click/Makefile
@@
-55,7
+55,7
@@
define Build/Configure
$(CP) include include-host; \
rm -rf config.{cache,status} ; \
$(TARGET_CONFIGURE_OPTS) \
- CXXFLAGS="-static -O
2
-MD" \
+ CXXFLAGS="-static -O
s
-MD" \
CFLAGS="-static -MD" \
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \