mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-07-07 04:22:01 +00:00
Reduced binary size
This commit is contained in:
3
Makefile
3
Makefile
@ -6,6 +6,9 @@ CPP_SOURCES := $(wildcard $(SRC_DIR)/*.cpp $(SRC_DIR)/*/*.cpp)
|
|||||||
LIBDAISY_DIR = ./lib/libDaisy
|
LIBDAISY_DIR = ./lib/libDaisy
|
||||||
DAISYSP_DIR = ./lib/daisySP
|
DAISYSP_DIR = ./lib/daisySP
|
||||||
|
|
||||||
|
# Reduce binary size
|
||||||
|
OPT += -Os
|
||||||
|
|
||||||
SYSTEM_FILES_DIR = $(LIBDAISY_DIR)/core
|
SYSTEM_FILES_DIR = $(LIBDAISY_DIR)/core
|
||||||
include $(SYSTEM_FILES_DIR)/Makefile
|
include $(SYSTEM_FILES_DIR)/Makefile
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user