Merge pull request #6663 from tannewt/shrink_s3_4mb

Shrink Feather S3 4mb build with -Os
This commit is contained in:
Scott Shawcroft 2022-07-28 08:14:16 -07:00 committed by GitHub
commit ec73ab8410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ CIRCUITPY_ESP_FLASH_MODE = qio
CIRCUITPY_ESP_FLASH_FREQ = 40m
CIRCUITPY_ESP_FLASH_SIZE = 4MB
CIRCUITPY_PS2IO = 0
OPTIMIZATION_FLAGS = -Os