- gets auto-detected if an sccache binary is in the path- currently external projects using gcc-wrapper are _not_ cached - this needs fixing in the gcc-wrapper- current sccache versions won't work with -Fp (precompiled headers), so while sccache gets called, nothing really is cached. Best build with --enable-pch=no therefore.
Change-Id: I78dd7e08ea20ae888236c8c8e8e7a25a405f23b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113530
18cc01b63996 Add initial support for sccache builds on WNT
config_host.mk.in | 2 ++
configure.ac | 45 ++++++++++++++++++++++++++-------
solenv/gbuild/platform/com_MSC_class.mk | 4 +--
solenv/gbuild/platform/com_MSC_defs.mk | 2 +-
4 files changed, 41 insertions(+), 12 deletions(-)
Upstream: cgit.freedesktop.org