build adjustmnet
This commit is contained in:
@ -16,7 +16,8 @@ builddir = "./build_linux64"
|
||||
|
||||
doinstall = True #copies the build_output to the install dir when finished
|
||||
cc = "nvcc" #compiler
|
||||
cflags = "-dc --compiler-options '-fPIC -O3'"
|
||||
#cflags = "-dc --compiler-options '-fPIC -O3'"
|
||||
cflags = "-dc -Xcompiler -fPIC -Xcompiler -O3"
|
||||
libraries = "-l{}".format(libname)
|
||||
libdirs = "-L{} -L{}/lib -L{}/lib".format(builddir,commondir,depdir)
|
||||
linkerflags = " -Xlinker=-rpath,."
|
||||
|
||||
Reference in New Issue
Block a user