mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 759076 - Enable ccache for Linux 64 debug builds. r=ted,bhearsum
This commit is contained in:
parent
d57bfcf475
commit
961147edca
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user