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