mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 09:38:37 +08:00
boards: Move "-fno-exceptions -fcheck-new" from Make.defs to Toolchain.defs
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
a014daf44f
commit
e9f5eb0823
@@ -48,7 +48,6 @@ endif
|
||||
|
||||
# ARCHOPTIMIZATION += -fno-zero-initialized-in-bss
|
||||
|
||||
ARCHCXXFLAGS = -fno-exceptions -fcheck-new
|
||||
ARCHWARNINGS = -Wall -Wstrict-prototypes -Wshadow -Wundef
|
||||
ARCHWARNINGSXX = -Wall -Wshadow -Wundef
|
||||
ARCHDEFINES =
|
||||
|
||||
Reference in New Issue
Block a user