Click should be built with -Os, not -O2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8053 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a8479ff041
commit
52f0159c79
@ -55,7 +55,7 @@ define Build/Configure
|
||||
$(CP) include include-host; \
|
||||
rm -rf config.{cache,status} ; \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CXXFLAGS="-static -O2 -MD" \
|
||||
CXXFLAGS="-static -Os -MD" \
|
||||
CFLAGS="-static -MD" \
|
||||
CPPFLAGS="-I$(STAGING_DIR)/usr/include" \
|
||||
LDFLAGS="-L$(STAGING_DIR)/usr/lib" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user