platform eol

This commit is contained in:
gabime
2014-03-16 19:51:43 +02:00
parent 9d9a955e94
commit 08ba1791ba
4 changed files with 17 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
CXX = g++
CXXFLAGS = -march=native -Wall -Wextra -Wshadow -pedantic -std=c++11 -pthread -I../include
CXX_RELEASE_FLAGS = -O3 -flto
CXX_RELEASE_FLAGS = -O3 -flto -g
CXX_DEBUG_FLAGS= -g
OUTBIN = example