~ubuntu-branches/ubuntu/quantal/lightning-extension/quantal

« back to all changes in this revision

Viewing changes to mozilla/browser/config/mozconfigs/macosx64/debug

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-06-20 23:50:32 UTC
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20120620235032-haecscdskaopvm10
Tags: upstream-1.6~b1+build1
ImportĀ upstreamĀ versionĀ 1.6~b1+build1

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
ac_add_options --enable-signmar
7
7
 
8
8
# Enable parallel compiling
9
 
mk_add_options MOZ_MAKE_FLAGS="-j4"
 
9
mk_add_options MOZ_MAKE_FLAGS="-j12"
10
10
 
11
11
# Needed to enable breakpad in application.ini
12
12
export MOZILLA_OFFICIAL=1
15
15
 
16
16
# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
17
17
ac_add_options --enable-warnings-as-errors
 
18
ac_add_options --with-ccache
18
19
 
19
20
# Package js shell.
20
21
export MOZ_PACKAGE_JSSHELL=1