[tarantool-patches] Re: [PATCH 1/1] swim: introduce SWIM's anti-entropy component

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Wed Mar 6 18:16:51 MSK 2019


> diff --git a/cmake/profile.cmake b/cmake/profile.cmake
> index 0ba31fa2c..70fa74694 100644
> --- a/cmake/profile.cmake
> +++ b/cmake/profile.cmake
> @@ -1,5 +1,5 @@
>   set(CMAKE_REQUIRED_FLAGS "-fprofile-arcs -ftest-coverage")
> -check_library_exists("" __gcov_flush "" HAVE_GCOV)
> +set(HAVE_GCOV 1)
>   set(CMAKE_REQUIRED_FLAGS "")

Sorry, accidentally added. Ignore that hunk, please.

>   
>   set(ENABLE_GCOV_DEFAULT OFF)




More information about the Tarantool-patches mailing list