diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-06-11 13:29:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-06-11 13:29:59 +0000 |
commit | 8267c26231a981c8bf518d9a17713993cce69149 (patch) | |
tree | f7e723c43fcdc3793c56efaa43b09d5f582f96ed /INSTALL | |
parent | c5661c80adf757c3cf464bf5f538fe5082b73584 (diff) | |
download | perl-8267c26231a981c8bf518d9a17713993cce69149.tar.gz |
Doc nit.
p4raw-id: //depot/perl@19740
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -996,7 +996,7 @@ This flag enables debugging mstats, which is required to use the Devel::Peek::mstat() function. You cannot enable this unless you are using Perl's malloc, so a typical Configure command would be - sh Configure -DPERL_DEBUGGING_MSTATS -Dusemymalloc='y' + sh Configure -Accflags=-DPERL_DEBUGGING_MSTATS -Dusemymalloc='y' to enable this option. |