D Allen
12/30/2023, 5:28 PMShawn
12/31/2023, 1:06 AMkotlinc-native, so I dug around in the docs a bit and all I really found was that apparently you can turn "compiler optimizations" on with a flag https://kotlinlang.org/docs/compiler-reference.html#opt
I had a hard time finding anything more concrete than that, though apparently there may be a way for you to manually specify Clang optimization flags, as described here https://github.com/JetBrains/kotlin/blob/master/kotlin-native/HACKING.md#llvmD Allen
12/31/2023, 3:26 AMShawn
01/01/2024, 7:45 PM