Add compile flags for optimization build in ESP32.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
9018ebb55d
commit
c877e51240
1 changed files with 1 additions and 0 deletions
|
|
@ -11,3 +11,4 @@ CONFIG_PARTITION_TABLE_FILENAME="config/esp32/partitions.csv"
|
|||
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
||||
CONFIG_WL_SECTOR_SIZE_512=y
|
||||
CONFIG_WL_SECTOR_MODE_PERF=y
|
||||
COMPILER_OPTIMIZATION="Performance"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue