Skip to content

Commit

Permalink
bug 720027 - turn the speed of Mac builds up to 11 r=ted
Browse files Browse the repository at this point in the history
  • Loading branch information
John Ford committed Apr 10, 2012
1 parent 5e2eb14 commit 5df8a98
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 111 deletions.
25 changes: 0 additions & 25 deletions browser/config/mozconfigs/macosx-lion-universal/nightly

This file was deleted.

20 changes: 0 additions & 20 deletions browser/config/mozconfigs/macosx-lion-universal/release

This file was deleted.

26 changes: 0 additions & 26 deletions browser/config/mozconfigs/macosx-lion-universal/shark

This file was deleted.

3 changes: 2 additions & 1 deletion browser/config/mozconfigs/macosx-universal/nightly
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ ac_add_options --enable-js-diagnostics
export MOZILLA_OFFICIAL=1

export MOZ_TELEMETRY_REPORTING=1
mk_add_options MOZ_MAKE_FLAGS="-j4"
mk_add_options MOZ_MAKE_FLAGS="-j12"

ac_add_options --with-macbundlename-prefix=Firefox

# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
ac_add_options --enable-warnings-as-errors
ac_add_options --with-ccache

# Package js shell.
export MOZ_PACKAGE_JSSHELL=1
3 changes: 2 additions & 1 deletion browser/config/mozconfigs/macosx-universal/shark
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ac_add_options --disable-install-strip
export MOZILLA_OFFICIAL=1

# Enable parallel compiling
mk_add_options MOZ_MAKE_FLAGS="-j4"
mk_add_options MOZ_MAKE_FLAGS="-j12"

# shark specific options
ac_add_options --enable-shark
Expand All @@ -23,3 +23,4 @@ export MOZ_PKG_SPECIAL="shark"

# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
ac_add_options --enable-warnings-as-errors
ac_add_options --with-ccache
13 changes: 0 additions & 13 deletions browser/config/mozconfigs/macosx32-lion/debug

This file was deleted.

3 changes: 2 additions & 1 deletion browser/config/mozconfigs/macosx32/debug
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ ac_add_options --enable-trace-malloc
ac_add_options --enable-signmar

# Enable parallel compiling
mk_add_options MOZ_MAKE_FLAGS="-j4"
mk_add_options MOZ_MAKE_FLAGS="-j12"

# Needed to enable breakpad in application.ini
export MOZILLA_OFFICIAL=1

ac_add_options --with-macbundlename-prefix=Firefox
ac_add_options --with-ccache

# Package js shell.
export MOZ_PACKAGE_JSSHELL=1
18 changes: 0 additions & 18 deletions browser/config/mozconfigs/macosx64-lion/debug

This file was deleted.

5 changes: 0 additions & 5 deletions browser/config/mozconfigs/macosx64-lion/l10n-mozconfig

This file was deleted.

3 changes: 2 additions & 1 deletion browser/config/mozconfigs/macosx64/debug
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ac_add_options --enable-accessibility
ac_add_options --enable-signmar

# Enable parallel compiling
mk_add_options MOZ_MAKE_FLAGS="-j4"
mk_add_options MOZ_MAKE_FLAGS="-j12"

# Needed to enable breakpad in application.ini
export MOZILLA_OFFICIAL=1
Expand All @@ -15,6 +15,7 @@ ac_add_options --with-macbundlename-prefix=Firefox

# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
ac_add_options --enable-warnings-as-errors
ac_add_options --with-ccache

# Package js shell.
export MOZ_PACKAGE_JSSHELL=1
1 change: 1 addition & 0 deletions browser/config/mozconfigs/macosx64/l10n-mozconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ ac_add_options --with-l10n-base=../../l10n-central
ac_add_options --enable-official-branding
ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
ac_add_options --enable-update-packaging
ac_add_options --with-ccache

0 comments on commit 5df8a98

Please sign in to comment.