We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe40181 commit f79459cCopy full SHA for f79459c
ports/atmel-samd/mpconfigport.mk
@@ -78,10 +78,8 @@ SUPEROPT_VM = 0
78
79
CIRCUITPY_LTO_PARTITION = one
80
81
-ifeq ($(CIRCUITPY_FULL_BUILD),0)
82
-# On the smallest boards, this saves about 180 bytes. On other boards, it may -increase- space used.
+# On smaller builds this saves about 180 bytes. On other boards, it may -increase- space used, so use with care.
83
CFLAGS_BOARD = -fweb -frename-registers
84
-endif
85
86
endif # samd21
87
######################################################################
0 commit comments