Make stripping circuitpython optional, not the default
This commit is contained in:
parent
5dae23c0e7
commit
b1fab1cdac
|
@ -145,7 +145,7 @@ $(PROG): $(OBJ)
|
|||
# Do not pass COPT here - it's *C* compiler optimizations. For example,
|
||||
# we may want to compile using Thumb, but link with non-Thumb libc.
|
||||
$(Q)$(CC) -o $@ $^ $(LIB) $(LDFLAGS)
|
||||
ifndef DEBUG
|
||||
ifdef STRIP_CIRCUITPYTHON
|
||||
$(Q)$(STRIP) $(STRIPFLAGS_EXTRA) $(PROG)
|
||||
endif
|
||||
$(Q)$(SIZE) $$(find $(BUILD) -path "$(BUILD)/build/frozen*.o") $(PROG)
|
||||
|
|
Loading…
Reference in New Issue