Fixed bench Makefile

This commit is contained in:
gabime 2018-07-26 00:29:13 +03:00
parent 05b68b8581
commit ef5e7af68a

View File

@ -1,6 +1,6 @@
CXX ?= g++
CXX = g++
CXXFLAGS = -march=native -Wall -Wextra -pedantic -std=c++11 -pthread -I../include -fmax-errors=1
CXX_RELEASE_FLAGS = -Ofast -flto
CXX_RELEASE_FLAGS = -Ofast -flto -Wl,--no-as-needed
binaries=bench latency