esp-idf/components/esp_hw_support/test_apps/dma/sdkconfig.ci.release

7 lines
226 B
Plaintext
Raw Normal View History

2022-10-25 04:20:44 -04:00
# set compiler optimization level
2022-09-21 10:30:20 -04: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