Ahmed na
11/02/2023, 5:42 AMp-schneider
11/02/2023, 6:15 AM-Xallocator=custom
kotlin {
macosX64("native") {
binaries.executable()
compilations.configureEach {
compilerOptions.configure {
freeCompilerArgs.add("-Xallocator=custom")
}
}
}
}
Ahmed na
11/02/2023, 9:34 AMlistOf(
iosX64(),
iosArm64(),
iosSimulatorArm64()
).forEach {
it.compilations.configureEach {
compilerOptions.configure {
freeCompilerArgs.add("-Xallocator=custom")
}
}
}
This resolved over 200+ memory leaks ! , the ios team were scolding me over them 🥹