compile/flags: remove redundant -fomit-frame-pointer from board flags

Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
chao.an
2021-12-27 14:51:38 +08:00
committed by Xiang Xiao
parent a42aa8415d
commit cbd82f1c1b
216 changed files with 216 additions and 215 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
endif
ifneq ($(CONFIG_DEBUG_NOOPT),y)
ARCHOPTIMIZATION += $(MAXOPTIMIZATION) -fno-strict-aliasing -fno-strength-reduce -fomit-frame-pointer
ARCHOPTIMIZATION += $(MAXOPTIMIZATION) -fno-strict-aliasing -fno-strength-reduce
endif
ARCHCFLAGS = -fno-builtin