Skip to content

Commit

Permalink
Remove -flat_namespace from MacOS build - see #7827.
Browse files Browse the repository at this point in the history
  • Loading branch information
asfernandes committed Nov 8, 2023
1 parent fbb16e8 commit 5a6be3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builds/posix/darwin.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

# Options
#FirebirdInstallPrefix=
LIB_BUNDLE_OPTIONS=$(LD_FLAGS) -bundle -flat_namespace -undefined suppress
LIB_LINK_OPTIONS=$(LD_FLAGS) -dynamiclib -flat_namespace
LIB_BUNDLE_OPTIONS=$(LD_FLAGS) -bundle
LIB_LINK_OPTIONS=$(LD_FLAGS) -dynamiclib
LIB_LINK_SONAME:=-current_version @FIREBIRD_VERSION@ -compatibility_version @FIREBIRD_VERSION@ -seg1addr 0x30000000
LIB_LINK_MAPFILE=-Wl,-exported_symbols_list,$(1)

Expand Down

0 comments on commit 5a6be3f

Please sign in to comment.