From e0f1d29d414314c234501ddccbc2c615a37e4d92 Mon Sep 17 00:00:00 2001 From: Jason Kotzin Date: Wed, 10 Aug 2022 22:26:10 -0700 Subject: [PATCH] compile fix --- src/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Makefile b/src/Makefile index 42dc2090..5c1ab03b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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)