From def5f8a53f98ed8396459ef94f852412f5f3012c Mon Sep 17 00:00:00 2001 From: David Mitchell Date: Mon, 13 Feb 2012 12:10:15 +0000 Subject: [PATCH] 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. --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index ee8f703..748b2c6 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. -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 -- 1.8.3.1