From: Florian Fainelli Date: Thu, 19 Jul 2007 12:31:02 +0000 (+0000) Subject: Click should be built with -Os, not -O2 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4bf18ba89f6dcb81d6272c7ce4fff6a134822c6c;p=openwrt%2Fsvn-archive%2Farchive.git Click should be built with -Os, not -O2 SVN-Revision: 8053 --- diff --git a/net/click/Makefile b/net/click/Makefile index dae1f1c354..f3851236f5 100644 --- 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 -O2 -MD" \ + CXXFLAGS="-static -Os -MD" \ CFLAGS="-static -MD" \ CPPFLAGS="-I$(STAGING_DIR)/usr/include" \ LDFLAGS="-L$(STAGING_DIR)/usr/lib" \