From: florian Date: Thu, 19 Jul 2007 12:31:02 +0000 (+0000) Subject: Click should be built with -Os, not -O2 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=52f0159c79afcb917c1ab2917e5d7d5f293f471f;p=packages.git Click should be built with -Os, not -O2 git-svn-id: svn://svn.openwrt.org/openwrt/packages@8053 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/click/Makefile b/net/click/Makefile index dae1f1c35..f3851236f 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" \