static one_hour

This commit is contained in:
gabime
2014-03-01 14:38:12 +02:00
parent ddcf45d65f
commit 50b81974e3
4 changed files with 9 additions and 10 deletions

View File

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