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 5dae23c commit b1fab1cCopy full SHA for b1fab1c
py/mkrules.mk
@@ -145,7 +145,7 @@ $(PROG): $(OBJ)
145
# Do not pass COPT here - it's *C* compiler optimizations. For example,
146
# we may want to compile using Thumb, but link with non-Thumb libc.
147
$(Q)$(CC) -o $@ $^ $(LIB) $(LDFLAGS)
148
-ifndef DEBUG
+ifdef STRIP_CIRCUITPYTHON
149
$(Q)$(STRIP) $(STRIPFLAGS_EXTRA) $(PROG)
150
endif
151
$(Q)$(SIZE) $$(find $(BUILD) -path "$(BUILD)/build/frozen*.o") $(PROG)
0 commit comments