diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-02 22:26:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-02 22:26:23 +0000 |
commit | f32e73e7abdd536fadbd65b34259addeeeb9cc3f (patch) | |
tree | 8646906e8b2e17102e52779a0cf809d02142dcca /Makefile.SH | |
parent | d0920e03b75b1b03afc94ea43fc0948284dd6a11 (diff) | |
download | perl-f32e73e7abdd536fadbd65b34259addeeeb9cc3f.tar.gz |
Third Degree flags.
p4raw-id: //depot/perl@15694
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index a5d9f784a7..9a9a1b6deb 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -566,7 +566,7 @@ perl.third.config: config.sh @grep "^usemymalloc='n'" config.sh >/dev/null || exit 1 perl.third: /usr/bin/atom perl.third.config perl - atom -tool third -L. -all -gp -toolargs="-quiet -invalid -uninit heap+stack+partword+copy -min 0" perl + atom -tool third -L. -all -gp -toolargs="-pthread -fork -quiet -invalid -uninit heap+stack+partword+copy -min 0" perl @echo "Now you may run perl.third and then study perl.3log." # Pixie Perls (Tru64 and IRIX only) |