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 6db05fd commit 34a331eCopy full SHA for 34a331e
cmake/modules/AddSwiftUnittests.cmake
@@ -49,7 +49,7 @@ 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
- "-march=core2")
+ "-Xcc -march=core2")
53
endif()
54
55
find_program(LDLLD_PATH "ld.lld")
0 commit comments