We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb7bb1 commit 525f408Copy full SHA for 525f408
cmake/modules/AddSwiftUnittests.cmake
@@ -50,8 +50,6 @@ function(add_swift_unittest test_dirname)
50
elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
51
set_property(TARGET "${test_dirname}" APPEND PROPERTY COMPILE_FLAGS
52
" -march=core2")
53
- set_property(TARGET "${test_dirname}" APPEND PROPERTY LINK_FLAGS
54
- " -march=core2")
55
endif()
56
57
find_program(LDLLD_PATH "ld.lld")
0 commit comments