diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 2001-06-26 13:23:24 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-26 21:27:05 +0000 |
commit | f07bc2fb9a3bcfebd595f61258c07dfe26c8ce02 (patch) | |
tree | e176da4d53ca09515d08f16b0836b3ba9352565c /hints/os2.sh | |
parent | ad3e0f90203631188275b662a5e2571926434aed (diff) | |
download | perl-f07bc2fb9a3bcfebd595f61258c07dfe26c8ce02.tar.gz |
OPTIMIZE=-g
Message-ID: <20010626172324.A27003@math.ohio-state.edu>
p4raw-id: //depot/perl@10973
Diffstat (limited to 'hints/os2.sh')
-rw-r--r-- | hints/os2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/os2.sh b/hints/os2.sh index d93d823a36..9be6f006ec 100644 --- a/hints/os2.sh +++ b/hints/os2.sh @@ -169,7 +169,7 @@ else else d_fork='undef' fi - lddlflags="-Zdll -Zomf -Zmt -Zcrtdll -Zlinker /e:2 $ld_dll_optimize" + lddlflags="-Zdll -Zomf -Zmt -Zcrtdll -Zlinker /e:2" # Recursive regmatch may eat 2.5M of stack alone. ldflags='-Zexe -Zomf -Zmt -Zcrtdll -Zstack 32000 -Zlinker /e:2' if [ $emxcrtrev -ge 50 ]; then |