mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
compile/flags: remove redundant -fomit-frame-pointer from board flags
Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
@@ -50,7 +50,7 @@ ifeq ("${CONFIG_DEBUG_FEATURES}","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
|
||||
|
||||
ifeq ($(OLDGCC),n)
|
||||
|
||||
Reference in New Issue
Block a user