delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2025/07/27/01:48:01

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 AT delorie DOT 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 AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT 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 AT cygwin DOT 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 DOT ref AT sbcglobal DOT net>
<973b37b7-e15a-41e8-baa6-7ce8dcdc8b61 AT sbcglobal DOT net>
<87ldoa205r DOT fsf AT Gerda DOT invalid>
<bf9aad0e-d599-4b39-927b-ec6739f23e1f AT sbcglobal DOT 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 AT cygwin DOT com
X-Mailman-Version: 2.1.30
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: ASSI via Cygwin <cygwin AT cygwin DOT com>
Reply-To: ASSI <Stromeko AT nexgo DOT de>
Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com>
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019