Commit d8053dd6 authored by gabime's avatar gabime

-Ofast in bench Makefile

parent 7d38e2b0
CXX ?= g++ CXX ?= g++
CXXFLAGS = -march=native -Wall -Wextra -pedantic -std=c++11 -pthread -I../include -fmax-errors=1 CXXFLAGS = -march=native -Wall -Wextra -pedantic -std=c++11 -pthread -I../include -fmax-errors=1
CXX_RELEASE_FLAGS = -O3 CXX_RELEASE_FLAGS = -Ofast -flto
binaries=bench latency binaries=bench latency
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment