This commit is contained in:
gabime
2014-11-01 03:20:54 +02:00
parent e8403e17df
commit 74aae4f368
32 changed files with 778 additions and 71 deletions

View File

@@ -1,5 +1,5 @@
CXX = g++
CXXFLAGS = -march=native -Wall -Wextra -Wshadow -pedantic -std=c++11 -pthread -I../include
CXX = /usr/bin/g++-4.8
CXXFLAGS = -march=native -Wall -Wextra -Wshadow -pedantic -std=c++11 -pthread -Wl,--no-as-needed -I../include
CXX_RELEASE_FLAGS = -O3 -flto
CXX_DEBUG_FLAGS= -g