Unverified Commit de482033 authored by Arnim Läuger's avatar Arnim Läuger Committed by GitHub
Browse files

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

parent 5db5d8ed
...@@ -30,3 +30,6 @@ CONFIG_MQTT_USE_CUSTOM_CONFIG=n ...@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment