Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2021-10-22 13:47:09 +0300
committerCorinna Vinschen <corinna@vinschen.de>2021-10-22 13:47:09 +0300
commitcb21b9cc57e6f82c320c5a2b8817b09094aeac8e (patch)
tree796263c27c9918b2bc06fe22ccbd280a19ca1052 /winsup/cygwin/Makefile.am
parent548f124698774222b011aac2796c766efed83091 (diff)
Cygwin: drop outdated -O3 optimization for malloc and sync
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/Makefile.am')
-rw-r--r--winsup/cygwin/Makefile.am10
1 files changed, 0 insertions, 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
#