Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 77b99b09 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Expose Clang wrapper's dump usage stats option"

parents ef4a5a30 6adf2585
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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{
+3 −0
Original line number Diff line number Diff line
@@ -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()...)...)
	}