Commit 7d38e2b0 authored by gabime's avatar gabime

Removed junk folder

parent 53cd47e1
CXX ?= g++
CXXFLAGS = -march=native -Wall -Wextra -pedantic -std=c++11 -pthread -I../include -fmax-errors=1
CXX_RELEASE_FLAGS = -O3 -flto -Wl,--no-as-needed
CXX_RELEASE_FLAGS = -O3
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