From 1f1f6a5f3b424203a429e9cb78e6548037adefa8 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 18 Sep 2016 02:28:41 +0300 Subject: [PATCH] Support bench under OSX --- bench/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/Makefile b/bench/Makefile index fa787d18..418a5285 100644 --- a/bench/Makefile +++ b/bench/Makefile @@ -1,5 +1,5 @@ CXX ?= g++ -CXXFLAGS = -march=native -Wall -Wextra -pedantic -std=c++11 -pthread -Wl,--no-as-needed -I../include +CXXFLAGS = -march=native -Wall -Wextra -pedantic -std=c++11 -pthread -I../include CXX_RELEASE_FLAGS = -O3 -flto -DNDEBUG