Skip to content

Commit

Permalink
mps2-an521: remove the unnecessary -pipe build options
Browse files Browse the repository at this point in the history
Signed-off-by: guoshichao <[email protected]>
  • Loading branch information
guoshichao authored and xiaoxiang781216 committed Oct 15, 2024
1 parent 678d048 commit 39690a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/arm/mps/mps2-an521/scripts/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -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__

Expand Down

0 comments on commit 39690a9

Please sign in to comment.