Re: [PATCH 5.6.1] OS2 linking
Ilya Zakharevich [Sun, 24 Jun 2001 05:21:18 +0000 (01:21 -0400)]
Message-ID: <20010624052118.A27615@math.ohio-state.edu>

Enable compression of executables during link time.

p4raw-id: //depot/perl@10880

hints/os2.sh

index eb11ff5..09f82d5 100644 (file)
@@ -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