Loading ui/build/dumpvars.go +3 −0 Original line number Diff line number Diff line Loading @@ -205,6 +205,9 @@ func runMakeProductConfig(ctx Context, config Config) { "CCACHE_SLOPPINESS", "CCACHE_BASEDIR", "CCACHE_CPP2", // LLVM compiler wrapper options "TOOLCHAIN_RUSAGE_OUTPUT", } allVars := append(append([]string{ Loading ui/build/ninja.go +3 −0 Original line number Diff line number Diff line Loading @@ -169,6 +169,9 @@ func runNinjaForBuild(ctx Context, config Config) { "CCACHE_BASEDIR", "CCACHE_CPP2", "CCACHE_DIR", // LLVM compiler wrapper options "TOOLCHAIN_RUSAGE_OUTPUT", }, config.BuildBrokenNinjaUsesEnvVars()...)...) } Loading Loading
ui/build/dumpvars.go +3 −0 Original line number Diff line number Diff line Loading @@ -205,6 +205,9 @@ func runMakeProductConfig(ctx Context, config Config) { "CCACHE_SLOPPINESS", "CCACHE_BASEDIR", "CCACHE_CPP2", // LLVM compiler wrapper options "TOOLCHAIN_RUSAGE_OUTPUT", } allVars := append(append([]string{ Loading
ui/build/ninja.go +3 −0 Original line number Diff line number Diff line Loading @@ -169,6 +169,9 @@ func runNinjaForBuild(ctx Context, config Config) { "CCACHE_BASEDIR", "CCACHE_CPP2", "CCACHE_DIR", // LLVM compiler wrapper options "TOOLCHAIN_RUSAGE_OUTPUT", }, config.BuildBrokenNinjaUsesEnvVars()...)...) } Loading