This commit is contained in:
2014-10-02 17:52:56 +02:00
commit 8c1b406259
23 changed files with 525 additions and 0 deletions

8
Makefile.const Normal file
View File

@@ -0,0 +1,8 @@
CXX=g++ -m64
CXXFLAGS+= -Wall -std=c++14
CXXFLAGS+= -g
CXXFLAGS+= -O2
#CXXFLAGS+= -pg -fPIC
CXXFLAGS+= -fPIC
LIBNAME=NN