From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id BD6C3385840A; Fri, 22 Oct 2021 11:25:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BD6C3385840A Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: drop outdated -O3 optimization for malloc and sync X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: 548f124698774222b011aac2796c766efed83091 X-Git-Newrev: cb21b9cc57e6f82c320c5a2b8817b09094aeac8e Message-Id: <20211022112531.BD6C3385840A@sourceware.org> Date: Fri, 22 Oct 2021 11:25:31 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2021 11:25:31 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=cb21b9cc57e6f82c320c5a2b8817b09094aeac8e commit cb21b9cc57e6f82c320c5a2b8817b09094aeac8e Author: Corinna Vinschen Date: Fri Oct 22 12:47:09 2021 +0200 Cygwin: drop outdated -O3 optimization for malloc and sync Signed-off-by: Corinna Vinschen 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 #