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.
2 parents b0e6a98 + cae02f1 commit 4c55dc2Copy full SHA for 4c55dc2
py/circuitpy_defns.mk
@@ -70,7 +70,7 @@ endif
70
CIRCUITPY_LTO ?= 0
71
CIRCUITPY_LTO_PARTITION ?= balanced
72
ifeq ($(CIRCUITPY_LTO),1)
73
-CFLAGS += -flto -flto-partition=$(CIRCUITPY_LTO_PARTITION) -DCIRCUITPY_LTO=1
+CFLAGS += -flto=jobserver -flto-partition=$(CIRCUITPY_LTO_PARTITION) -DCIRCUITPY_LTO=1
74
else
75
CFLAGS += -DCIRCUITPY_LTO=0
76
endif
0 commit comments