From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id E3C1B28B3A for ; Wed, 6 Mar 2019 10:16:54 -0500 (EST) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AWTKrJfk-XKz for ; Wed, 6 Mar 2019 10:16:54 -0500 (EST) Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 9F1B8289E0 for ; Wed, 6 Mar 2019 10:16:54 -0500 (EST) Subject: [tarantool-patches] Re: [PATCH 1/1] swim: introduce SWIM's anti-entropy component From: Vladislav Shpilevoy References: <5deb15eab37345ba1abc8772a4c78308d8e8f9c1.1551884926.git.v.shpilevoy@tarantool.org> Message-ID: <28b8ba60-8bd3-0f07-c6ab-4c45a4831ee8@tarantool.org> Date: Wed, 6 Mar 2019 18:16:51 +0300 MIME-Version: 1.0 In-Reply-To: <5deb15eab37345ba1abc8772a4c78308d8e8f9c1.1551884926.git.v.shpilevoy@tarantool.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: tarantool-patches@freelists.org Cc: kostja@tarantool.org > 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)