Bug 946576 - Disable unified builds on b2g and xulrunner builds, and android debug builds. r=ehsan

This commit is contained in:
Mike Hommey 2013-12-06 08:45:29 +09:00
parent 47bcdc4d05
commit bc8136b6aa
5 changed files with 7 additions and 0 deletions

View File

@ -5,3 +5,5 @@
# This file is included at the top of all b2g mozconfigs
. "$topsrcdir/build/mozconfig.common"
ac_add_options --disable-unified-compilation

View File

@ -2,6 +2,7 @@
# Global options
ac_add_options --enable-debug
ac_add_options --disable-unified-compilation
# Build Fennec
ac_add_options --enable-application=mobile/android

View File

@ -2,6 +2,7 @@
# Global options
ac_add_options --enable-debug
ac_add_options --disable-unified-compilation
# Build Fennec
ac_add_options --enable-application=mobile/android

View File

@ -2,6 +2,7 @@
# Global options
ac_add_options --enable-debug
ac_add_options --disable-unified-compilation
# Build Fennec
ac_add_options --enable-application=mobile/android

View File

@ -5,3 +5,5 @@
# This file is included at the top of all xulrunner mozconfigs
. "$topsrcdir/build/mozconfig.common"
ac_add_options --disable-unified-compilation