mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-24 02:19:41 +00:00
Use -O3 for IBM XL C/C++ (GH #502)
We held back XL C/C++ due to warnings and self test failures. Since clearing Issue 502, we are OK for -O3 so we can live with the warnings.
This commit is contained in:
parent
205ebe0871
commit
aa348abd15
@ -379,9 +379,9 @@ ifeq ($(XLC_COMPILER),1)
|
||||
CXXFLAGS := $(CXXFLAGS:-fPIC=-qpic)
|
||||
endif
|
||||
# Warnings and intermittent failures on early IBM XL C/C++
|
||||
ifneq ($(findstring -O3,$(CXXFLAGS)),)
|
||||
CXXFLAGS := $(CXXFLAGS:-O3=-O2)
|
||||
endif
|
||||
#ifneq ($(findstring -O3,$(CXXFLAGS)),)
|
||||
# CXXFLAGS := $(CXXFLAGS:-O3=-O2)
|
||||
#endif
|
||||
endif
|
||||
|
||||
endif # IS_X86
|
||||
|
Loading…
Reference in New Issue
Block a user