Cygwin: drop outdated -O3 optimization for malloc and sync
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
548f124698
commit
cb21b9cc57
|
@ -548,16 +548,6 @@ endif
|
||||||
|
|
||||||
dtable_CFLAGS=-fcheck-new
|
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
|
# libraries and installed objects
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue