Cygwin: drop outdated -O3 optimization for malloc and sync

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2021-10-22 12:47:09 +02:00
parent 548f124698
commit cb21b9cc57
1 changed files with 0 additions and 10 deletions

View File

@ -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
#