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 34a331e commit feb7bb1Copy full SHA for feb7bb1
cmake/modules/AddSwiftUnittests.cmake
@@ -49,7 +49,9 @@ function(add_swift_unittest test_dirname)
49
set_property(TARGET "${test_dirname}" APPEND PROPERTY LINK_LIBRARIES "log")
50
elseif("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
51
set_property(TARGET "${test_dirname}" APPEND PROPERTY COMPILE_FLAGS
52
- "-Xcc -march=core2")
+ " -march=core2")
53
+ set_property(TARGET "${test_dirname}" APPEND PROPERTY LINK_FLAGS
54
55
endif()
56
57
find_program(LDLLD_PATH "ld.lld")
0 commit comments