From ef5e7af68ad52bd9ce6f4bcd1335aa412ee2bab4 Mon Sep 17 00:00:00 2001 From: gabime Date: Thu, 26 Jul 2018 00:29:13 +0300 Subject: [PATCH] Fixed bench Makefile --- bench/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bench/Makefile b/bench/Makefile index e6127255..b67d9603 100644 --- a/bench/Makefile +++ b/bench/Makefile @@ -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