compile fix

This commit is contained in:
Jason Kotzin 2022-08-10 22:26:10 -07:00
parent 2a00dd88ec
commit e0f1d29d41

View File

@ -64,11 +64,6 @@ SRC = \
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)