Skip to content

Commit

Permalink
Bug 759076 - Enable ccache for Linux 64 debug builds. r=ted,bhearsum
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Banner committed May 29, 2012
1 parent 5728700 commit e350561
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions browser/config/mozconfigs/linux64/debug
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ export MOZILLA_OFFICIAL=1
# Enable parallel compiling
mk_add_options MOZ_MAKE_FLAGS="-j4"

# Use ccache
ac_add_options --with-ccache=/usr/bin/ccache

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

Expand Down

0 comments on commit e350561

Please sign in to comment.