Fix default build flags
This commit is contained in:
parent
da589fc981
commit
29a3487433
|
@ -50,7 +50,7 @@ BASE_OPTS = -O2 -ffast-math -march=armv7-a -mcpu=cortex-a8 -mtune=cortex-a8 -mf
|
|||
LINK_OPTS = -Wl,-O1 -Wl,--as-needed -Wl,--strip-all
|
||||
endif
|
||||
|
||||
ifneq ($(NOOPT),true)
|
||||
ifeq ($(NOOPT),true)
|
||||
# No optimization flags
|
||||
BASE_OPTS = -O2 -ffast-math -fdata-sections -ffunction-sections
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue