diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-05-08 14:22:22 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-05-08 14:22:22 +0000 |
commit | b4bcd66247e5bc9051bd228e0f63bc1a5ffcf2a7 (patch) | |
tree | fde3c9ec42f5d942c351dd8fd1c353001badf87e /hints/cygwin.sh | |
parent | 60fa28ff167ee89aee5425de954aa6183c50b55a (diff) | |
download | perl-b4bcd66247e5bc9051bd228e0f63bc1a5ffcf2a7.tar.gz |
cygwin update (from Eric Fifer <efifer@sanwaint.com>)
p4raw-id: //depot/perl@6094
Diffstat (limited to 'hints/cygwin.sh')
-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' |