Skip to content

Commit

Permalink
Merge branch 'whs_unstable' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice committed Aug 3, 2022
2 parents bbcc1b5 + db725f5 commit 1c52cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ if(ENABLE_IPO)
if(ipo_result)
set_property(TARGET kvrocks_objs PROPERTY INTERPROCEDURAL_OPTIMIZATION TRUE)
if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
set_property(TARGET kvrocks_objs APPEND_STRING PROPERTY LINK_FLAGS " -fuse-ld=lld ")
target_link_libraries(kvrocks_objs PUBLIC "-fuse-ld=lld")
endif()
else()
message(WARNING "IPO is not supported: ${ipo_output}")
Expand Down

0 comments on commit 1c52cc3

Please sign in to comment.