[performance] disable fat framework compilation
This commit is contained in:
@@ -47,6 +47,10 @@ kotlin {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.named("linkBenchmarksAnalyzerDebugFrameworkOsxFat") {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
MPPTools.addTimeListener(project)
|
||||
|
||||
task konanRun {
|
||||
|
||||
Reference in New Issue
Block a user