DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 56R5m0xb3469242
Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com
Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com
DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 56R5m0xb3469242
Authentication-Results: delorie.com;
	dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=WzMPeF6u
X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DC84F385841C
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1753595278;
	bh=XjinjI9fyVfSS4siOH7ycF8uSjFfPu2iUn1HFvhNTSY=;
	h=To:Subject:In-Reply-To:References:Date:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
	 From;
	b=WzMPeF6ueCoPrBd3ltugskr4Oc84XRaulG3NVGVBZfrgwtCzfOYecAvEq8LOP/W7c
	 mjdecKiOCRhfycL1GhlCDCHIO5wJsUvIBlXFdz87D7MPdMUNQi2mbouYv/xc8j03yu
	 SNtwSMmbJxNfZ1ylxBPl9x+aeABA0z11gZR3hcNk=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 456F93858D20
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 456F93858D20
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1753595225; cv=none;
 b=r8iasYBHam6GqYgW3LG0atr3dRkAFiaRUoCetUJltz1XPIYcyz12jO2HxljF/MVvXa+By44YxGtJbc8ogfo+cT6e5XDptKACSivXZHaK/22BVWCkIbdA8spSHUca4KN28PEudJaE4CXn9fGbojz1cAsI9BQeY4egbN1Y27M0CSY=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
 t=1753595225; c=relaxed/simple;
 bh=137C9kX7Dald+q8tThWCp7tF0XSvOfBuh+opoLK105s=;
 h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version;
 b=V2Q+64/hlYEceT/qB5FEraTiqF1U6Ima9K5ale1LbDcCIdlVpWj6g2yjWdtVknhZmaVrrQwZd/CKH3lK+it4sodjPunmJ+Ro2MjTldaDJm75MfqQtty4fKguEppAYMURol5Vo5cbeO5KupXkeDZUnkNtJzoxqlg56nd5WWPyBMQ=
ARC-Authentication-Results: i=1; server2.sourceware.org
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 456F93858D20
To: cygwin@cygwin.com
Subject: Re: Please configure GCC with --enable-checking=release to disable
 very slow extra compiler diagnostic checks
In-Reply-To: <bf9aad0e-d599-4b39-927b-ec6739f23e1f@sbcglobal.net> (Zartaj
 Majeed via Cygwin's message of "Sat, 26 Jul 2025 16:40:54 -0500")
References: <973b37b7-e15a-41e8-baa6-7ce8dcdc8b61.ref@sbcglobal.net>
 <973b37b7-e15a-41e8-baa6-7ce8dcdc8b61@sbcglobal.net>
 <87ldoa205r.fsf@Gerda.invalid>
 <bf9aad0e-d599-4b39-927b-ec6739f23e1f@sbcglobal.net>
Date: Sun, 27 Jul 2025 07:46:52 +0200
Message-ID: <878qkanq2b.fsf@Gerda.invalid>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
X-purgate-type: clean
X-purgate: clean
X-purgate-size: 993
X-purgate-ID: 155817::1753595219-E4CBAA1C-1E2324BB/0/0
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.30
Precedence: list
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: ASSI via Cygwin <cygwin@cygwin.com>
Reply-To: ASSI <Stromeko@nexgo.de>
Content-Type: text/plain; charset="utf-8"
Errors-To: cygwin-bounces~archive-cygwin=delorie.com@cygwin.com
Sender: "Cygwin" <cygwin-bounces~archive-cygwin=delorie.com@cygwin.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 56R5m0xb3469242

Zartaj Majeed via Cygwin writes:
> The latest GCC 13.4 package is not configured with --enable-checking=release

Read the gcc documentation:

When the option is not specified, the active set of checks depends on
context. Namely, bootstrap stage 1 defaults to ‘--enable-checking=yes’,
builds from release branches or release archives default to
‘--enable-checking=release’, and otherwise ‘--enable-checking=yes,extra’
is used. When the option is specified without a list, the result is the
same as ‘--enable-checking=yes’. Likewise, ‘--disable-checking’ is
equivalent to ‘--enable-checking=no’.

The gcc-13.4 was built from a release branch obviously.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for KORG EX-800 and Poly-800MkII V0.9:
http://Synth.Stromeko.net/Downloads.html#KorgSDada

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

