From: Lucian Cristian Date: Fri, 6 Jul 2018 14:31:47 +0000 (+0300) Subject: ath79: optimize ath79 tiny target for size X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=80e3a16fda096ecb3e66c9def0ab6e864ea49046;p=openwrt%2Fstaging%2Fstintel.git ath79: optimize ath79 tiny target for size the speed impact on tiny target is minimal and worth the size gained Signed-off-by: Lucian Cristian --- diff --git a/target/linux/ath79/tiny/config-default b/target/linux/ath79/tiny/config-default index 01af54446d..f5a485d083 100644 --- a/target/linux/ath79/tiny/config-default +++ b/target/linux/ath79/tiny/config-default @@ -1,3 +1,5 @@ +# CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE is not set +CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_BLK_MQ_PCI=y CONFIG_LEDS_RESET=y CONFIG_OF_ADDRESS_PCI=y