Removed junk folder

This commit is contained in:
gabime 2018-07-25 18:48:45 +03:00
parent 53cd47e19f
commit 7d38e2b01e
3 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
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

Binary file not shown.