Hi guys, what’s the correct way to have KN use a d...
# kotlin-native
n
Hi guys, what’s the correct way to have KN use a different clang version than that in
.konan/dependencies/apple-llvm-20200714-macos-aarch64-essentials
? I’m thinking I might override the relevant property in
konan.properties
, but I’m not sure if it’s the right approach. Is anyone doing this?
x
n
Thanks a lot!
-Xllvm-variant
looks much simpler