From cc915cd59973a9eaccdeb2ca4c30ab4d8878ea43 Mon Sep 17 00:00:00 2001 From: Monty Date: Thu, 18 Jan 2018 01:42:51 +0200 Subject: Fixed some build scripts to work with gprof and gcov --- BUILD/compile-pentium64-gprof | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD/compile-pentium64-gprof') diff --git a/BUILD/compile-pentium64-gprof b/BUILD/compile-pentium64-gprof index b7821e06b6e..346777a4611 100755 --- a/BUILD/compile-pentium64-gprof +++ b/BUILD/compile-pentium64-gprof @@ -20,6 +20,6 @@ path=`dirname $0` . "$path/SETUP.sh" extra_flags="$pentium64_cflags $gprof_compile_flags" -extra_configs="$pentium_configs $max_configs $gprof_link_flags --with-zlib-dir=bundled" +extra_configs="$pentium_configs $max_configs $gprof_link_flags $disable_gprof_plugins" . "$path/FINISH.sh" -- cgit v1.2.1