remove unneeded option

This commit is contained in:
Konstantinos Margaritis 2023-10-09 10:26:08 +00:00
parent 9445f49172
commit 1619dbaf35

View File

@ -871,7 +871,6 @@ endif()
set (LIB_VERSION ${HS_VERSION}) set (LIB_VERSION ${HS_VERSION})
set (LIB_SOVERSION ${HS_MAJOR_VERSION}) set (LIB_SOVERSION ${HS_MAJOR_VERSION})
add_link_options(-Wl,--as-needed)
if (NOT FAT_RUNTIME) if (NOT FAT_RUNTIME)
set(hs_exec_SRCS ${hs_exec_SRCS} ${hs_exec_common_SRCS}) set(hs_exec_SRCS ${hs_exec_SRCS} ${hs_exec_common_SRCS})