From 7f0024a54f9b107800ddbd21246e375f4660790d Mon Sep 17 00:00:00 2001 From: Monty Date: Mon, 14 Jun 2021 19:51:37 +0300 Subject: Fixed BUILD scripts to remove all .gcov and .gcno files from submodules Other things: - Do not use ccache when building with gcov --- BUILD/compile-amd64-gcov | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BUILD/compile-amd64-gcov') diff --git a/BUILD/compile-amd64-gcov b/BUILD/compile-amd64-gcov index c9bd3f36dd2..83c6b64d678 100755 --- a/BUILD/compile-amd64-gcov +++ b/BUILD/compile-amd64-gcov @@ -16,12 +16,13 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA path=`dirname $0` -. "$path/SETUP.sh" # Need to disable ccache, or we loose the gcov-needed compiler output files. CCACHE_DISABLE=1 export CCACHE_DISABLE +. "$path/SETUP.sh" + export LDFLAGS="$gcov_link_flags" extra_flags="$amd64_cflags $debug_cflags $max_cflags $gcov_compile_flags" -- cgit v1.2.1