Updated tests

This commit is contained in:
gabime
2018-06-12 22:43:49 +03:00
parent cdbf2e361b
commit 81fa788bca
5 changed files with 18 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
CXX ?= g++
CXXFLAGS = -Wall -pedantic -std=c++11 -pthread -O3 -I../include
CXXFLAGS = -Wall -pedantic -std=c++11 -pthread -O3 -I../include -fmax-errors=1
LDPFALGS = -pthread
CPP_FILES := $(wildcard *.cpp)