Merge commit 'b59ca5142ad3a654dc173d598b826f5f453ae52b' into sam-update
This commit is contained in:
commit
2a00dd88ec
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user