Started using sccache for all builds now

This commit is contained in:
mr. m
2025-02-24 23:05:50 +01:00
parent beab1632b3
commit 382dcc8d0c
6 changed files with 17 additions and 41 deletions

View File

@@ -25,6 +25,12 @@ export MOZ_INCLUDE_SOURCE_INFO=1
ac_add_options --enable-application=browser
if test -x "$(command -v sccache)"; then
ac_add_options --with-ccache=sccache
elif test -f "$HOME/.mozbuild/sccache/sccache"; then
ac_add_options --with-ccache="$HOME"/.mozbuild/sccache/sccache
fi
if test "$ZEN_RELEASE"; then
ac_add_options --enable-clang-plugin