fixed tests

This commit is contained in:
gabime
2015-05-15 21:45:10 +03:00
parent c701420cf6
commit 8387d779b4
3 changed files with 10 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
CXX ?= g++
CXXFLAGS = -D_WIN32_WINNT=0x600 -march=native -Wall -pedantic -std=c++11 -pthread -Wl,--no-as-needed -O
CXXFLAGS = -Wall -pedantic -std=c++11 -pthread -Wl,--no-as-needed -O2
LDPFALGS = -pthread -flto
CPP_FILES := $(wildcard *.cpp)