public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
From: Corinna Vinschen <corinna@sourceware.org>
To: cygwin-cvs@sourceware.org
Subject: [newlib-cygwin] Cygwin: drop outdated -O3 optimization for malloc and sync
Date: Fri, 22 Oct 2021 11:25:31 +0000 (GMT)	[thread overview]
Message-ID: <20211022112531.BD6C3385840A@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=cb21b9cc57e6f82c320c5a2b8817b09094aeac8e

commit cb21b9cc57e6f82c320c5a2b8817b09094aeac8e
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Fri Oct 22 12:47:09 2021 +0200

    Cygwin: drop outdated -O3 optimization for malloc and sync
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/Makefile.am | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/winsup/cygwin/Makefile.am b/winsup/cygwin/Makefile.am
index f39560863..24d749987 100644
--- a/winsup/cygwin/Makefile.am
+++ b/winsup/cygwin/Makefile.am
@@ -548,16 +548,6 @@ endif
 
 dtable_CFLAGS=-fcheck-new
 
-# If an optimization level is explicitly set in CXXFLAGS, set -O3 for these files
-# XXX: this seems to assume it's not -O0?
-#
-# (the indentation here prevents automake trying to process this as an automake
-# conditional)
- ifneq "${filter -O%,$(CXXFLAGS)}" ""
-  malloc_CFLAGS=-O3
-  sync_CFLAGS=-O3
- endif
-
 #
 # libraries and installed objects
 #


                 reply	other threads:[~2021-10-22 11:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211022112531.BD6C3385840A@sourceware.org \
    --to=corinna@sourceware.org \
    --cc=cygwin-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).