mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 946576 - Disable unified builds on b2g and xulrunner builds, and android debug builds. r=ehsan
This commit is contained in:
parent
47bcdc4d05
commit
bc8136b6aa
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user