mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
kernel: CC OPTIMIZE FOR PERFORMANCE
This commit is contained in:
parent
5f00fa0f8b
commit
8a7c3566ea
@ -817,7 +817,7 @@ config KERNEL_SQUASHFS_FRAGMENT_CACHE_SIZE
|
||||
#
|
||||
choice
|
||||
prompt "Compiler optimization level"
|
||||
default KERNEL_CC_OPTIMIZE_FOR_SIZE if SMALL_FLASH
|
||||
default KERNEL_CC_OPTIMIZE_FOR_PERFORMANCE
|
||||
|
||||
config KERNEL_CC_OPTIMIZE_FOR_PERFORMANCE
|
||||
bool "Optimize for performance"
|
||||
|
Loading…
Reference in New Issue
Block a user