Skip to content

Commit

Permalink
fix: Non lazy linking of libraries is more accurate
Browse files Browse the repository at this point in the history
acieslewicz committed Jan 3, 2025
1 parent 9c21dbb commit 2ab67ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -47,8 +47,8 @@ set(CFLAGS_COMMON
set(LDFLAGS_COMMON
${SDK_PATH}/usr/lib/dylib1.o
-L${SDK_PATH}/usr/lib
-lazy-lSystem.B
-lazy-lgcc_s.1
-lSystem.B
-lgcc_s.1
-exported_symbols_list ${zlib_SOURCE_DIR}/libz.exp
-install_name ${INSTALL_PATH}/${LIB_NAME}
-dead_strip

0 comments on commit 2ab67ab

Please sign in to comment.