mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
mps2-an521: remove the unnecessary -pipe build options
Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
@@ -32,8 +32,8 @@ CXXFLAGS := $(ARCHCXXFLAGS) $(ARCHOPTIMIZATION) $(ARCHCPUFLAGS) $(ARCHXXINCLUDES
|
||||
CXXPICFLAGS = $(ARCHPICFLAGS) $(CXXFLAGS)
|
||||
CPPFLAGS := $(ARCHINCLUDES) $(ARCHDEFINES)
|
||||
|
||||
CFLAGS += $(EXTRAFLAGS) -pipe
|
||||
CPPFLAGS += $(EXTRAFLAGS) -pipe
|
||||
CFLAGS += $(EXTRAFLAGS)
|
||||
CPPFLAGS += $(EXTRAFLAGS)
|
||||
|
||||
AFLAGS := $(CFLAGS) -D__ASSEMBLY__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user