moving to cmake

This commit is contained in:
2016-02-07 22:55:15 +01:00
parent bec7a4f3ae
commit b436baafce
7 changed files with 93 additions and 88 deletions

View File

@@ -4,7 +4,7 @@ CXXFLAGS+= -std=c++14
#-fprefetch-loop-arrays
CXXFLAGS+= -pg -fPIC
CXXFLAGS+= -g
CXXFLAGS+= -fPIC -pthread
CXXFLAGS+= -fPIC -pthread y
#CXXFLAGS+= -DUSE_SSE2
OPTIMALIZATION = -O3 -march=native -mtune=native