Revert "Use -O3 for IBM XL C/C++ (GH #502)"
This reverts commit aa348abd15. It caused a hang in the TEA algorithm. Also see GH #503.
pull/507/head
parent
aa348abd15
commit
4670e3d5bc
|
|
@ -379,9 +379,9 @@ ifeq ($(XLC_COMPILER),1)
|
||||||
CXXFLAGS := $(CXXFLAGS:-fPIC=-qpic)
|
CXXFLAGS := $(CXXFLAGS:-fPIC=-qpic)
|
||||||
endif
|
endif
|
||||||
# Warnings and intermittent failures on early IBM XL C/C++
|
# Warnings and intermittent failures on early IBM XL C/C++
|
||||||
#ifneq ($(findstring -O3,$(CXXFLAGS)),)
|
ifneq ($(findstring -O3,$(CXXFLAGS)),)
|
||||||
# CXXFLAGS := $(CXXFLAGS:-O3=-O2)
|
CXXFLAGS := $(CXXFLAGS:-O3=-O2)
|
||||||
#endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
endif # IS_X86
|
endif # IS_X86
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue