testing updates

This commit is contained in:
madrocketsci
2025-05-12 16:30:48 -04:00
parent 4e0a826903
commit 94060cee88
22 changed files with 561 additions and 32 deletions

View File

@ -15,7 +15,7 @@ builddir = "./build_linux64"
doinstall = True #copies the build_output to the install dir when finished
cc = "g++" #compiler
cflags = "-fPIC"
cflags = "-fPIC -O3"
libraries = "-l{}".format(libname)
libdirs = "-L{} -L{}/lib".format(builddir,commondir)
linkerflags = "-static -static-libgcc -Wl,-rpath=."