Exclude stdlib and platform libs when building cache for tests (#3635)

This commit is contained in:
SvyatoslavScherbina
2019-12-03 16:00:53 +03:00
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"
)
}