Skip to content

Commit

Permalink
iterate with reference, not copy
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Sep 29, 2024
1 parent eabf9e1 commit 3dac013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BUILD_BINARIES = $(patsubst %,build/%,$(BINARIES))


CXXFLAGS = -Wall -Wno-deprecated-declarations -std=c++17 -pthread \
-ggdb -fno-finite-math-only
-ggdb -fno-finite-math-only -Wno-psabi

CFLAGS = -Wall -Wno-deprecated-declarations

Expand Down
2 changes: 1 addition & 1 deletion libov

0 comments on commit 3dac013

Please sign in to comment.