Corrected makefile define.
This commit is contained in:
@@ -85,7 +85,7 @@ COMMON = -mmcu=$(MCU)
|
|||||||
|
|
||||||
OPTIMIZE_FLAGS = -mcall-prologues
|
OPTIMIZE_FLAGS = -mcall-prologues
|
||||||
#OPTIMIZE_FLAGS += -finline-functions
|
#OPTIMIZE_FLAGS += -finline-functions
|
||||||
OPTIMEZE_FLAGS += -finline-functions-called-once
|
OPTIMIZE_FLAGS += -finline-functions-called-once
|
||||||
#OPTIMIZATION = -O0
|
#OPTIMIZATION = -O0
|
||||||
#OPTIMIZATION = -Os
|
#OPTIMIZATION = -Os
|
||||||
OPTIMIZATION = -Os $(OPTIMIZE_FLAGS)
|
OPTIMIZATION = -Os $(OPTIMIZE_FLAGS)
|
||||||
|
|||||||
Reference in New Issue
Block a user