diff --git a/Makefile b/Makefile index 74c1a7b..49c28f4 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,9 @@ CPP_SOURCES := $(wildcard $(SRC_DIR)/*.cpp $(SRC_DIR)/*/*.cpp) LIBDAISY_DIR = ./lib/libDaisy DAISYSP_DIR = ./lib/daisySP +# Reduce binary size +OPT += -Os + SYSTEM_FILES_DIR = $(LIBDAISY_DIR)/core include $(SYSTEM_FILES_DIR)/Makefile