7 lines
226 B
Plaintext
Raw Normal View History

2022-10-25 16:20:44 +08:00
# set compiler optimization level
2022-09-21 22:30:20 +08:00
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y
# we can silent the assertion to save the binary footprint
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y