Skip to content

Commit e877644

Browse files
committed
use -Os on Feather ESP32-S3 TFT to shrink build
1 parent bb47484 commit e877644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/boards/adafruit_feather_esp32s3_tft/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ CIRCUITPY_ESP_FLASH_MODE = dio
1717
CIRCUITPY_ESP_FLASH_FREQ = 40m
1818
CIRCUITPY_ESP_FLASH_SIZE = 4MB
1919

20-
CIRCUITPY_PS2IO = 0
20+
OPTIMIZATION_FLAGS = -Os

0 commit comments

Comments
 (0)