mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-24 14:33:40 +00:00
No, we are not avoiding -O3, just -fstrict-aliasing.
llvm-svn: 69633
This commit is contained in:
parent
a263eac5f8
commit
2ae6d55955
@ -247,8 +247,8 @@ ifeq ($(ENABLE_OPTIMIZED),1)
|
||||
endif
|
||||
|
||||
# Darwin requires -fstrict-aliasing to be explicitly enabled.
|
||||
# Avoid -O3 on Darwin for now, there are unresolved issues with
|
||||
# -fstrict-aliasing and ipa-type-escape radr://6756684
|
||||
# Avoid -fstrict-aliasing on Darwin for now, there are unresolved issues
|
||||
# with -fstrict-aliasing and ipa-type-escape radr://6756684
|
||||
#ifeq ($(OS),Darwin)
|
||||
# EXTRA_OPTIONS += -fstrict-aliasing -Wstrict-aliasing
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user