[performance] disable fat framework compilation

This commit is contained in:
Vasily Levchenko
2021-03-05 10:14:36 +01:00
committed by Space
parent ab68bb6ddb
commit ee1bc45bd6
@@ -47,6 +47,10 @@ kotlin {
}
}
tasks.named("linkBenchmarksAnalyzerDebugFrameworkOsxFat") {
enabled = false
}
MPPTools.addTimeListener(project)
task konanRun {