Sat, 25 Feb 2023 11:38:33 +0100
update ldflags
make/clang.mk | file | annotate | diff | comparison | revisions | |
make/gcc.mk | file | annotate | diff | comparison | revisions | |
make/suncc.mk | file | annotate | diff | comparison | revisions |
--- a/make/clang.mk Fri Feb 24 09:19:19 2023 +0100 +++ b/make/clang.mk Sat Feb 25 11:38:33 2023 +0100 @@ -4,9 +4,6 @@ CFLAGS = -g LDFLAGS = -rdynamic -#LDFLAGS = -rdynamic -Wl,-rpath,@loader_path/../lib -LDFLAGS = -rpath @loader_path/../lib - SHLIB_CFLAGS = -fPIC SHLIB_LDFLAGS = -shared