Skip to content

Commit 40570c7

Browse files
committed
Update mpconfigboard.mk
1 parent cc755d9 commit 40570c7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ports/raspberrypi/boards/wiznet_w55rp20_evb_pico/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ CIRCUITPY__EVE = 1
1313
CIRCUITPY_SSL = 1
1414
CIRCUITPY_USB_HOST = 0
1515

16-
OPTIMIZATION_FLAGS = -O3
16+
OPTIMIZATION_FLAGS = -Os

ports/raspberrypi/boards/wiznet_w6300_evb_pico2/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ CIRCUITPY_WIZNET_W6300 = 1
1313
CIRCUITPY__EVE = 1
1414
CIRCUITPY_SSL = 1
1515
CIRCUITPY_USB_HOST = 0
16+
17+
OPTIMIZATION_FLAGS = -Os

0 commit comments

Comments
 (0)