Skip to content

Commit 5e3a853

Browse files
committed
Turn off GC opt on uchip board
1 parent 678faff commit 5e3a853

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/atmel-samd/boards/uchip/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ CIRCUITPY_FULL_BUILD = 0
1212

1313
# Always use aggressive inlining
1414
CFLAGS_INLINE_LIMIT = 45
15+
16+
SUPEROPT_GC = 0

0 commit comments

Comments
 (0)