Skip to content

Commit 4df6207

Browse files
committed
rollback dead_strip and dynamic_lookup for undefined
1 parent 2cd94d9 commit 4df6207

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ext/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ endif()
8888

8989
if(APPLE)
9090
target_link_options(couchbase PRIVATE
91-
# -Wl,-undefined,dynamic_lookup
92-
-Wl,-dead_strip
91+
-Wl,-undefined,dynamic_lookup
9392
)
9493
endif()

0 commit comments

Comments
 (0)