Squashed commit of all initial work on the 'name path' mechanism.
[p5sagit/Devel-Size.git] / Makefile.PL
index 73d3874..7067f9c 100644 (file)
@@ -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",