1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-25 00:49:11 -04:00

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