|
|
|
@ -5,12 +5,12 @@
@@ -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).
|
|
|
|
|