Bug 900714 - Remove legacy -fno-strict-aliasing compiler flag adjustment; r=mshal

This commit is contained in:
Gregory Szorc 2013-08-09 12:40:37 -07:00
parent d56b4f9a73
commit 9cc4c77ef2

View File

@ -1,4 +1,3 @@
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
@ -15,13 +14,6 @@ MSVC_ENABLE_PGO := 1
MOZILLA_INTERNAL_API = 1
LIBXUL_LIBRARY = 1
# work around bug 408258
ifdef GNU_CC
ifneq ($(OS_ARCH), Darwin)
MODULE_OPTIMIZE_FLAGS = $(MOZ_OPTIMIZE_FLAGS) -fno-strict-aliasing
endif
endif
include $(topsrcdir)/config/rules.mk
include $(topsrcdir)/ipc/chromium/chromium-config.mk