X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=7067f9c86727ba81c32038b8064c70b926d38f0b;hb=f60f09e5b8f639c255e83387770f4af0daf1e679;hp=73d38744b88e5e4a65861edd6d21f1375f214d3b;hpb=177ebd37c766a3ff9b89f91a8215e91111c63c7b;p=p5sagit%2FDevel-Size.git diff --git a/Makefile.PL b/Makefile.PL index 73d3874..7067f9c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,6 +9,7 @@ use Config; my $ptr_bits = length $1; WriteMakefile( + OPTIMIZE => "-g", NAME => 'Devel::Size', VERSION_FROM => 'lib/Devel/Size.pm', DEFINE => "-DALIGN_BITS=$ptr_bits",