Support bench under OSX

This commit is contained in:
gabime 2016-09-18 02:28:41 +03:00
parent 214c67788f
commit 1f1f6a5f3b
1 changed files with 1 additions and 1 deletions

View File

@ -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