end of day blah

This commit is contained in:
2025-05-22 22:22:21 -04:00
parent a0d8c9b3f6
commit f3b4801947
32 changed files with 1709 additions and 2 deletions

View File

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