mirror of
https://github.com/AquaMorph/Droplets.git
synced 2025-05-02 02:16:59 +00:00
Reduced binary size
This commit is contained in:
parent
caa51752ab
commit
c3ba9fb4d4
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user