We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f9809 commit 518292eCopy full SHA for 518292e
builds/posix/darwin.defaults
@@ -19,8 +19,8 @@
19
20
# Options
21
#FirebirdInstallPrefix=
22
-LIB_BUNDLE_OPTIONS=$(LD_FLAGS) -bundle -flat_namespace -undefined suppress
23
-LIB_LINK_OPTIONS=$(LD_FLAGS) -dynamiclib -flat_namespace
+LIB_BUNDLE_OPTIONS=$(LD_FLAGS) -bundle
+LIB_LINK_OPTIONS=$(LD_FLAGS) -dynamiclib
24
LIB_LINK_SONAME:=-current_version @FIREBIRD_VERSION@ -compatibility_version @FIREBIRD_VERSION@ -seg1addr 0x30000000
25
LIB_LINK_MAPFILE=-Wl,-exported_symbols_list,$(1)
26
0 commit comments