use -Os on Feather ESP32-S3 TFT to shrink build
This commit is contained in:
parent
bb47484cb1
commit
e877644012
1 changed files with 1 additions and 1 deletions
|
|
@ -17,4 +17,4 @@ CIRCUITPY_ESP_FLASH_MODE = dio
|
|||
CIRCUITPY_ESP_FLASH_FREQ = 40m
|
||||
CIRCUITPY_ESP_FLASH_SIZE = 4MB
|
||||
|
||||
CIRCUITPY_PS2IO = 0
|
||||
OPTIMIZATION_FLAGS = -Os
|
||||
|
|
|
|||
Loading…
Reference in a new issue