mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-20 12:31:40 +00:00
No, we are not avoiding -O3, just -fstrict-aliasing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69633 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
23300aa3e3
commit
ea84e93a42
@ -247,8 +247,8 @@ ifeq ($(ENABLE_OPTIMIZED),1)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Darwin requires -fstrict-aliasing to be explicitly enabled.
|
# Darwin requires -fstrict-aliasing to be explicitly enabled.
|
||||||
# Avoid -O3 on Darwin for now, there are unresolved issues with
|
# Avoid -fstrict-aliasing on Darwin for now, there are unresolved issues
|
||||||
# -fstrict-aliasing and ipa-type-escape radr://6756684
|
# with -fstrict-aliasing and ipa-type-escape radr://6756684
|
||||||
#ifeq ($(OS),Darwin)
|
#ifeq ($(OS),Darwin)
|
||||||
# EXTRA_OPTIONS += -fstrict-aliasing -Wstrict-aliasing
|
# EXTRA_OPTIONS += -fstrict-aliasing -Wstrict-aliasing
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user