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 d913eef commit 6db05fdCopy full SHA for 6db05fd
cmake/modules/AddSwiftUnittests.cmake
@@ -48,8 +48,8 @@ function(add_swift_unittest test_dirname)
48
"${android_system_libs}")
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 LINK_LIBRARIES
52
- "atomic")
+ set_property(TARGET "${test_dirname}" APPEND PROPERTY COMPILE_FLAGS
+ "-march=core2")
53
endif()
54
55
find_program(LDLLD_PATH "ld.lld")
0 commit comments