Bug 1601691 - Remove FIXMEs for strict-alias which is WONTFIX r=firefox-build-system-reviewers,chmanchester

Bug 414641 was marked WONTFIX, so let's remove these comments from configure

Differential Revision: https://phabricator.services.mozilla.com/D55993

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tom Ritter 2019-12-07 03:35:28 +00:00
Родитель aa7780103d
Коммит 8d9af63f7e
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -315,7 +315,6 @@ if test "$GNU_CC"; then
SSE_FLAGS="-msse"
SSE2_FLAGS="-msse2"
SSSE3_FLAGS="-mssse3"
# FIXME: Let us build with strict aliasing. bug 414641.
CFLAGS="$CFLAGS -fno-strict-aliasing"
DSO_CFLAGS=''
@ -455,7 +454,6 @@ if test "$GNU_CC"; then
fi
if test "$GNU_CXX"; then
# FIXME: Let us build with strict aliasing. bug 414641.
CXXFLAGS="$CXXFLAGS -fno-exceptions -fno-strict-aliasing"
_DEFINES_CXXFLAGS="-DMOZILLA_CLIENT -include $_objdir/mozilla-config.h"