summaryrefslogtreecommitdiff
path: root/hints/os2.sh
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>2001-06-24 01:21:18 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-24 13:02:30 +0000
commit515b656f0b6017cfe53d5ca0bf88d2ba7e678021 (patch)
tree59806d187acf3bb575c07a99d4b8f38c31c061b6 /hints/os2.sh
parent207f9c165d175758399b873595702060df2a94eb (diff)
downloadperl-515b656f0b6017cfe53d5ca0bf88d2ba7e678021.tar.gz
Re: [PATCH 5.6.1] OS2 linking
Message-ID: <20010624052118.A27615@math.ohio-state.edu> Enable compression of executables during link time. p4raw-id: //depot/perl@10880
Diffstat (limited to 'hints/os2.sh')
-rw-r--r--hints/os2.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/hints/os2.sh b/hints/os2.sh
index eb11ff593e..09f82d5da1 100644
--- a/hints/os2.sh
+++ b/hints/os2.sh
@@ -169,9 +169,9 @@ else
else
d_fork='undef'
fi
- lddlflags="-Zdll -Zomf -Zmt -Zcrtdll $ld_dll_optimize"
+ lddlflags="-Zdll -Zomf -Zmt -Zcrtdll -Zlinker /e:2 $ld_dll_optimize"
# Recursive regmatch may eat 2.5M of stack alone.
- ldflags='-Zexe -Zomf -Zmt -Zcrtdll -Zstack 32000'
+ ldflags='-Zexe -Zomf -Zmt -Zcrtdll -Zstack 32000 -Zlinker /e:2'
if [ $emxcrtrev -ge 50 ]; then
ccflags="-Zomf -Zmt -DDOSISH -DOS2=2 -DEMBED -I. $_defemxcrtrev"
else