Merge commit 'b59ca5142ad3a654dc173d598b826f5f453ae52b' into sam-update

This commit is contained in:
Jason Kotzin 2022-08-10 22:21:29 -07:00
commit 2a00dd88ec

View File

@ -61,11 +61,14 @@ SRC = \
stm32g0.c \
target.c \
# Output memory usage information
LDFLAGS += -Wl,--print-memory-usage
include $(PLATFORM_DIR)/Makefile.inc
ifneq ($(PC_HOSTED),1)
# Output memory usage information
LDFLAGS += -Wl,--print-memory-usage
endif
OPT_FLAGS ?= -Os
CFLAGS += $(OPT_FLAGS)
LDFLAGS += $(OPT_FLAGS)