We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699b4d5 commit 3723beaCopy full SHA for 3723bea
Tests/SWBBuildSystemTests/ClangModuleVerifierTests.swift
@@ -225,6 +225,8 @@ fileprivate struct ClangModuleVerifierTests: CoreBasedTests {
225
226
"CLANG_ENABLE_COMPILE_CACHE": "YES",
227
"COMPILATION_CACHE_CAS_PATH": tmpDirPath.join("CompilationCache").str,
228
+ "COMPILATION_CACHE_ENABLE_DIAGNOSTIC_REMARKS": "YES",
229
+ "COMPILATION_CACHE_LIMIT_SIZE": "20M",
230
"OTHER_MODULE_VERIFIER_FLAGS": "-- -Rcompile-job-cache",
231
"DSTROOT": tmpDirPath.join("dstroot").str,
232
]),
0 commit comments