init
This commit is contained in:
8
Makefile.const
Normal file
8
Makefile.const
Normal file
@@ -0,0 +1,8 @@
|
||||
CXX=g++ -m64
|
||||
CXXFLAGS+= -Wall -std=c++14
|
||||
CXXFLAGS+= -g
|
||||
CXXFLAGS+= -O2
|
||||
#CXXFLAGS+= -pg -fPIC
|
||||
CXXFLAGS+= -fPIC
|
||||
|
||||
LIBNAME=NN
|
||||
Reference in New Issue
Block a user