From 80e3a16fda096ecb3e66c9def0ab6e864ea49046 Mon Sep 17 00:00:00 2001 From: Lucian Cristian Date: Fri, 6 Jul 2018 17:31:47 +0300 Subject: [PATCH] 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 --- target/linux/ath79/tiny/config-default | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2