Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Dave Korn" To: Subject: RE: Comparative Performance of C++ Compilers (including gcc cygming special) Date: Wed, 14 Apr 2004 11:02:52 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" In-Reply-To: Message-ID: X-OriginalArrivalTime: 14 Apr 2004 10:02:52.0953 (UTC) FILETIME=[A6AA9890:01C42207] Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i3EA4ImW023205 > -----Original Message----- > From: cygwin-owner On Behalf Of Frédéric L. W. Meunier > Sent: 14 April 2004 07:35 > Anyway, does anybody know if GCC in Cygwin is compiled with > --disable-checking ? gcc -v didn't return it, so it doesn't > look like. It seems using it causes compilation times to > decrease a lot. --disable-checking is the default. You only get a checking build of gcc if you explicitly specify --enable-checking on the configure command line. So cygming gcc should be a non-checking build. cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/