HAL_ChibiOS: pass optimization to ChibiOS build
This commit is contained in:
parent
3c9646dfef
commit
b07ba37359
@ -5,12 +5,12 @@
|
||||
|
||||
# Compiler options here.
|
||||
ifeq ($(USE_OPT),)
|
||||
USE_OPT = -Os -g -fomit-frame-pointer -falign-functions=16
|
||||
USE_OPT = -g -fomit-frame-pointer -falign-functions=16
|
||||
endif
|
||||
|
||||
# C specific options here (added to USE_OPT).
|
||||
ifeq ($(USE_COPT),)
|
||||
USE_COPT =
|
||||
USE_COPT = -Os
|
||||
endif
|
||||
|
||||
# C++ specific options here (added to USE_OPT).
|
||||
|
Loading…
Reference in New Issue
Block a user