public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: drop outdated -O3 optimization for malloc and sync
@ 2021-10-22 11:25 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2021-10-22 11:25 UTC (permalink / raw)
  To: cygwin-cvs

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
 #


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-22 11:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-22 11:25 [newlib-cygwin] Cygwin: drop outdated -O3 optimization for malloc and sync Corinna Vinschen

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).