Andrey
07/19/2023, 7:10 AM-static
flag for clang, but as I understand it, due to the need to use -cc1
, I can't do it.
Any ideas please.
androidNativeArm64 {
compilations.all {
kotlinOptions {
freeCompilerArgs += "-Xoverride-konan-properties=clangFlags.android_arm64=-cc1 -emit-obj -static"
}
}
binaries.sharedLib()
}