diff options
author | David Mitchell <davem@iabyn.com> | 2012-02-13 12:10:15 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2012-02-13 12:29:52 +0000 |
commit | def5f8a53f98ed8396459ef94f852412f5f3012c (patch) | |
tree | f157c6e38406c778f0eebab7a807b01aaa8c3841 /INSTALL | |
parent | 3dd9a8403e955e126861f6330cac59f7c510745b (diff) | |
download | perl-def5f8a53f98ed8396459ef94f852412f5f3012c.tar.gz |
in INSTALL, make clear -DDEBUGGING is much slower
There's some existing text that says it will be bigger and slower, but add
some 'much'es to the text to make it clear that it *really* sucks.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -926,8 +926,8 @@ Removes -g from optimize, and -DDEBUGGING from ccflags. If you are using a shared libperl, see the warnings about multiple versions of perl under L<Building a shared Perl library>. -Note that a perl built with -DDEBUGGING will be bigger and will run more -slowly than a standard perl. +Note that a perl built with -DDEBUGGING will be much bigger and will run +much, much more slowly than a standard perl. =head2 DTrace support |