From: Yitzchak Scott-Thoennes Date: Wed, 25 Jan 2006 19:16:09 +0000 (-0800) Subject: quiet gcc Info message in cygwin X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1867a6a35969cbb0669577179268669e089da2f8;p=p5sagit%2Fp5-mst-13.2.git quiet gcc Info message in cygwin Message-ID: <20060126031608.GA2588@efn.org> p4raw-id: //depot/perl@26958 --- diff --git a/hints/cygwin.sh b/hints/cygwin.sh index aca6998..8fa9ec6 100644 --- a/hints/cygwin.sh +++ b/hints/cygwin.sh @@ -53,6 +53,9 @@ esac; # Win9x problem with non-blocking read from a closed pipe d_eofnblk='define' +# suppress auto-import warnings +ldflags="$ldflags -Wl,--enable-auto-import" + # strip exe's and dll's #ldflags="$ldflags -s" #ccdlflags="$ccdlflags -s"