Default to "Release" code optimization level with -Os (#2552)

This commit is contained in:
Arnim Läuger 2018-11-10 14:52:25 +01:00 committed by GitHub
parent 5db5d8edeb
commit de48203375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -30,3 +30,6 @@ CONFIG_MQTT_USE_CUSTOM_CONFIG=n
# Disable esp-idf's bluetooth component by default.
# The bthci module is also disabled and will enable bt when selected
CONFIG_BT_ENABLED=n
# Set "Release" code optimization level for -Os
CONFIG_OPTIMIZATION_LEVEL_RELEASE=y