diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-02 07:40:33 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-02 07:40:33 +0000 |
commit | 65e1a3a11dd767e7393f37a7bd811ce587d64985 (patch) | |
tree | 379d0400e07527e482287fd212857b3800ead7c6 /hints/dynixptx.sh | |
parent | d4629d6adc7015c29e5e36e5413846b3d33021b0 (diff) | |
download | perl-65e1a3a11dd767e7393f37a7bd811ce587d64985.tar.gz |
dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)
p4raw-id: //depot/perl@4953
Diffstat (limited to 'hints/dynixptx.sh')
-rw-r--r-- | hints/dynixptx.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hints/dynixptx.sh b/hints/dynixptx.sh index 5320030176..11c6b5b3b0 100644 --- a/hints/dynixptx.sh +++ b/hints/dynixptx.sh @@ -19,9 +19,8 @@ libswanted=`echo $libswanted | sed -e 's/ inet / /'` # Configure defaults to usenm='y', which doesn't work very well usenm='n' -# for performance, apparently this makes a huge difference (~krader) +# removed d_vfork='define'; we can't use it any more ... -d_vfork='define' case "$optimize" in '') optimize='-Wc,-O3 -W0,-xstring' ;; esac |