diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-08 17:33:10 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-08 17:33:10 +0000 |
commit | 59de697d945dc75b2bf7e79106ddbd6b3e75eb7f (patch) | |
tree | 82420c15d812da33c1ac80a138eb16b66067afec /hints | |
parent | bd026c32438ec68a31fc6a7281cbf547c5a94cb4 (diff) | |
parent | b4bcd66247e5bc9051bd228e0f63bc1a5ffcf2a7 (diff) | |
download | perl-59de697d945dc75b2bf7e79106ddbd6b3e75eb7f.tar.gz |
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@6096
Diffstat (limited to 'hints')
-rw-r--r-- | hints/cygwin.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hints/cygwin.sh b/hints/cygwin.sh index 42114c249f..47c209293c 100644 --- a/hints/cygwin.sh +++ b/hints/cygwin.sh @@ -22,6 +22,7 @@ so='dll' # - eliminate -lc, implied by gcc libswanted=`echo " $libswanted " | sed -e 's/ c / /g'` libswanted="$libswanted cygipc cygwin kernel32" +test -z "$optimize" && optimize='-O2' # - otherwise i686-cygwin archname='cygwin' @@ -36,8 +37,6 @@ bincompat5005='undef' # stubs (ENOSYS, not implemented) d_chroot='undef' -d_seteuid='undef' -d_setegid='undef' # Win9x problem with non-blocking read from a closed pipe d_eofnblk='define' |