From: Ilya Zakharevich Date: Sun, 24 Jun 2001 05:21:18 +0000 (-0400) Subject: Re: [PATCH 5.6.1] OS2 linking X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=515b656f0b6017cfe53d5ca0bf88d2ba7e678021;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/hints/os2.sh b/hints/os2.sh index eb11ff5..09f82d5 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