Exclude stdlib and platform libs when building cache for tests (#3635)
This commit is contained in:
committed by
GitHub
parent
b6b447c0d5
commit
06eb5d260f
@@ -51,6 +51,7 @@ fun configureCacheTesting(project: Project): CacheTesting? {
|
||||
"-p", cacheKind.visibleName,
|
||||
"-o", cacheFile,
|
||||
"-Xmake-cache=$stdlib",
|
||||
"-no-default-libs", "-nostdlib",
|
||||
"-g"
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user