Skip to content

Commit 518292e

Browse files
committed
Remove -flat_namespace from MacOS build - see #7827.
1 parent 37f9809 commit 518292e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builds/posix/darwin.defaults

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
# Options
2121
#FirebirdInstallPrefix=
22-
LIB_BUNDLE_OPTIONS=$(LD_FLAGS) -bundle -flat_namespace -undefined suppress
23-
LIB_LINK_OPTIONS=$(LD_FLAGS) -dynamiclib -flat_namespace
22+
LIB_BUNDLE_OPTIONS=$(LD_FLAGS) -bundle
23+
LIB_LINK_OPTIONS=$(LD_FLAGS) -dynamiclib
2424
LIB_LINK_SONAME:=-current_version @FIREBIRD_VERSION@ -compatibility_version @FIREBIRD_VERSION@ -seg1addr 0x30000000
2525
LIB_LINK_MAPFILE=-Wl,-exported_symbols_list,$(1)
2626

0 commit comments

Comments
 (0)