Revert "[K/N] skip consistency check for header caches"
This reverts commit d845e7c3f6.
This commit is contained in:
+1
-3
@@ -122,9 +122,7 @@ class KonanDriver(
|
||||
konanConfig = KonanConfig(project, configuration) // TODO: Just set freshly built caches.
|
||||
}
|
||||
|
||||
if (!konanConfig.produce.isHeaderCache) {
|
||||
konanConfig.cacheSupport.checkConsistency()
|
||||
}
|
||||
konanConfig.cacheSupport.checkConsistency()
|
||||
|
||||
DynamicCompilerDriver().run(konanConfig, environment)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user