diff options
author | Chris Lattner <sabre@nondot.org> | 2013-03-08 01:26:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2013-03-08 01:26:10 +0000 |
commit | 4434a4f8bdb817b29b59db88d682b722c5d76824 (patch) | |
tree | 928b0cb4ae4eb0f521571719f34ce438f7bdc04b /Makefile.rules | |
parent | d7e0de595672e1f62b0f95d6dc2cb878d11ce105 (diff) |
remove an ancient and quaint bit of commented out makefile goo from when
GCC was the system compiler on the mac.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176675 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r-- | Makefile.rules | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.rules b/Makefile.rules index c737965d09..63e9d9be2b 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -280,12 +280,6 @@ ifeq ($(ENABLE_OPTIMIZED),1) endif endif - # Darwin requires -fstrict-aliasing to be explicitly enabled. - # Avoid -fstrict-aliasing on Darwin for now, there are unresolved issues - # with -fstrict-aliasing and ipa-type-escape radr://6756684 - #ifeq ($(HOST_OS),Darwin) - # EXTRA_OPTIONS += -fstrict-aliasing -Wstrict-aliasing - #endif CXX.Flags += $(OPTIMIZE_OPTION) $(OmitFramePointer) C.Flags += $(OPTIMIZE_OPTION) $(OmitFramePointer) LD.Flags += $(OPTIMIZE_OPTION) |