We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd94d9 commit 4df6207Copy full SHA for 4df6207
1 file changed
ext/CMakeLists.txt
@@ -88,7 +88,6 @@ endif()
88
89
if(APPLE)
90
target_link_options(couchbase PRIVATE
91
- # -Wl,-undefined,dynamic_lookup
92
- -Wl,-dead_strip
+ -Wl,-undefined,dynamic_lookup
93
)
94
endif()
0 commit comments