From: Tony Cook Date: Thu, 22 Sep 2011 12:35:43 +0000 (+1000) Subject: we almost always want symbols with our coverage, so enable them X-Git-Tag: v_iobuf~16 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/5a426928bc533e39c09acc795803a74054b7c779?ds=inline we almost always want symbols with our coverage, so enable them --- diff --git a/Makefile.PL b/Makefile.PL index 662d6737..edd8a2be 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -181,7 +181,7 @@ my %opts=( if ($coverage) { if ($Config{gccversion}) { - push @ARGV, 'OPTIMIZE=-ftest-coverage -fprofile-arcs'; + push @ARGV, 'OPTIMIZE=-ftest-coverage -fprofile-arcs -g'; $opts{dynamic_lib} = { OTHERLDFLAGS => '-ftest-coverage -fprofile-arcs' }; } else {