Default to "Release" code optimization level with -Os (#2552)
This commit is contained in:
parent
5db5d8edeb
commit
de48203375
|
@ -30,3 +30,6 @@ CONFIG_MQTT_USE_CUSTOM_CONFIG=n
|
||||||
# Disable esp-idf's bluetooth component by default.
|
# Disable esp-idf's bluetooth component by default.
|
||||||
# The bthci module is also disabled and will enable bt when selected
|
# The bthci module is also disabled and will enable bt when selected
|
||||||
CONFIG_BT_ENABLED=n
|
CONFIG_BT_ENABLED=n
|
||||||
|
|
||||||
|
# Set "Release" code optimization level for -Os
|
||||||
|
CONFIG_OPTIMIZATION_LEVEL_RELEASE=y
|
||||||
|
|
Loading…
Reference in New Issue