summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2012-02-13 12:10:15 +0000
committerDavid Mitchell <davem@iabyn.com>2012-02-13 12:29:52 +0000
commitdef5f8a53f98ed8396459ef94f852412f5f3012c (patch)
treef157c6e38406c778f0eebab7a807b01aaa8c3841
parent3dd9a8403e955e126861f6330cac59f7c510745b (diff)
downloadperl-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.
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index ee8f703d21..748b2c6325 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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