Skip to content

Commit

Permalink
--export-all-symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Oct 3, 2024
1 parent 6ae0d17 commit 04e0e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [
SHLIB_SUFFIX=".dll"
SHLIB_LD="${CC} -shared"
SHLIB_LDX="${CXX} -shared"
LDFLAGS="-Wl,--export-dynamic,--enable-runtime-pseudo-reloc"
LDFLAGS="-Wl,--export-all-symbols,--enable-runtime-pseudo-reloc"
LD_LIBRARY_PATH_VAR="PATH"
;;
*-apple-darwin*)
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -5222,7 +5222,7 @@ ac_save_ldflags="$LDFLAGS"
SHLIB_SUFFIX=".dll"
SHLIB_LD="${CC} -shared"
SHLIB_LDX="${CXX} -shared"
LDFLAGS="-Wl,--export-dynamic,--enable-runtime-pseudo-reloc"
LDFLAGS="-Wl,--export-all-symbols,--enable-runtime-pseudo-reloc"
LD_LIBRARY_PATH_VAR="PATH"
;;
*-apple-darwin*)
Expand Down

0 comments on commit 04e0e7a

Please sign in to comment.