Add cli argumens for FIR "tight" IC and LightTree usage
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ fun makeIncrementally(
|
||||
|
||||
withIC(args) {
|
||||
val compiler =
|
||||
if (args.useFir)
|
||||
if (args.useFir && args.useFirIC && args.useFirLT /* TODO: move LT check into runner */ )
|
||||
IncrementalFirJvmCompilerRunner(
|
||||
cachesDir, buildReporter, buildHistoryFile, emptyList(), EmptyModulesApiHistory, kotlinExtensions, ClasspathSnapshotDisabled
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user