Skip to content

Commit

Permalink
-fallow...
Browse files Browse the repository at this point in the history
  • Loading branch information
yhmtsai committed Nov 11, 2024
1 parent 3597934 commit 96239c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/build_helpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function(ginkgo_compile_features name)
if (GINKGO_CHECK_CIRCULAR_DEPS)
target_link_libraries("${name}" PRIVATE "${GINKGO_CIRCULAR_DEPS_FLAGS}")
endif()
target_link_options("${name}" PRIVATE "-Wl,--allow-shlib-undefined")
target_link_options("${name}" PRIVATE "-Wl,-fallow-shlib-undefined")

set_target_properties("${name}" PROPERTIES POSITION_INDEPENDENT_CODE ON)
endfunction()
Expand Down

0 comments on commit 96239c7

Please sign in to comment.