we know kotlin/native use LLVM backend for native ...
# kotlin-native
z
we know kotlin/native use LLVM backend for native target, how could we set optimize-level for native target, like -O0, -O3, -Oz?
z
Thx, it really helps! Does Kotlin/Native have any plans to support multiple optimization levels?
e
I'm not sure what the future plans are; I suppose they might just expose the llvm pipeline for you to tweak