Bug 716787: Disable warnings-as-errors on 32-bit Mac OS X debug builder, since it triggers a compiler bug there. r=glandium

This commit is contained in:
Daniel Holbert 2012-01-11 00:32:27 -08:00
parent ee2e8f04aa
commit 4afb95dc3e

View File

@ -9,6 +9,3 @@ mk_add_options MOZ_MAKE_FLAGS="-j4"
export MOZILLA_OFFICIAL=1
ac_add_options --with-macbundlename-prefix=Firefox
# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
ac_add_options --enable-warnings-as-errors