Skip to content

Commit

Permalink
Bug 946576 - Disable unified builds on b2g and xulrunner builds, and …
Browse files Browse the repository at this point in the history
…android debug builds. r=ehsan
  • Loading branch information
glandium committed Dec 5, 2013
1 parent 47bcdc4 commit bc8136b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions b2g/config/mozconfigs/common
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions mobile/android/config/mozconfigs/android-armv6/debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions mobile/android/config/mozconfigs/android-x86/debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions mobile/android/config/mozconfigs/android/debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions xulrunner/config/mozconfigs/common
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bc8136b

Please sign in to comment.