--- a/src/CMakeLists.txt 2023-01-15 22:38:00.772339565 +0100 +++ b/src/CMakeLists.txt 2023-01-15 22:43:07.654456816 +0100 @@ -127,12 +127,7 @@ set_target_properties(graphite2 PROPERTIES LINK_FLAGS "-nodefaultlibs ${GRAPHITE_LINK_FLAGS}") - if (GRAPHITE2_SANITIZERS) - target_link_libraries(graphite2 c gcc_s) - else() - target_link_libraries(graphite2 c gcc) - endif() - + target_link_libraries(graphite2 c gcc_s) if (BUILD_SHARED_LIBS) nolib_test(stdc++ $) endif ()