зеркало из https://github.com/mozilla/gecko-dev.git
Bug 759076 - Enable ccache for Linux 64 debug builds. r=ted,bhearsum
This commit is contained in:
Родитель
85e5c636c9
Коммит
313da91620
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче