diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2018-07-06 17:31:47 +0300 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-07-07 21:07:40 +0200 |
commit | 80e3a16fda096ecb3e66c9def0ab6e864ea49046 (patch) | |
tree | ed503aaca9dbe36d2537bb6bcec7f0f26469d2ed /target/linux/ath79/tiny/config-default | |
parent | e420b7b5c517d03e1282b5889065e22143f9c4ef (diff) | |
download | upstream-80e3a16fda096ecb3e66c9def0ab6e864ea49046.tar.gz upstream-80e3a16fda096ecb3e66c9def0ab6e864ea49046.tar.bz2 upstream-80e3a16fda096ecb3e66c9def0ab6e864ea49046.zip |
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 <lucian.cristian@gmail.com>
Diffstat (limited to 'target/linux/ath79/tiny/config-default')
-rw-r--r-- | target/linux/ath79/tiny/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
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 |