Skip to content

Commit

Permalink
src: remove verbose flag from CXX
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bevenius <[email protected]>
  • Loading branch information
danbev committed Jun 1, 2024
1 parent 3b61ec1 commit 4922203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fundamentals/simd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TARGETS := $(patsubst $(SRCDIR)/%.cpp, %, $(SOURCES))
all: $(TARGETS)

$(TARGETS): % : $(SRCDIR)/%.cpp | bindir
$(CXX) -v $(CXXFLAGS) -o ${BINDIR}/$@ $<
$(CXX) $(CXXFLAGS) -o ${BINDIR}/$@ $<

bindir: bin
bin:
Expand Down

0 comments on commit 4922203

Please sign in to comment.