Skip to content

Commit 1f1f6a5

Browse files
committed
Support bench under OSX
1 parent 214c677 commit 1f1f6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CXX ?= g++
2-
CXXFLAGS = -march=native -Wall -Wextra -pedantic -std=c++11 -pthread -Wl,--no-as-needed -I../include
2+
CXXFLAGS = -march=native -Wall -Wextra -pedantic -std=c++11 -pthread -I../include
33
CXX_RELEASE_FLAGS = -O3 -flto -DNDEBUG
44

55

0 commit comments

Comments
 (0)