kernel: CC OPTIMIZE FOR PERFORMANCE

This commit is contained in:
coolsnowwolf 2019-02-13 22:20:29 +08:00
parent 5f00fa0f8b
commit 8a7c3566ea

View File

@ -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"