diff --git a/kotlin-native/konan/konan.properties b/kotlin-native/konan/konan.properties index 3af719ea84e..4f12d7e051e 100644 --- a/kotlin-native/konan/konan.properties +++ b/kotlin-native/konan/konan.properties @@ -64,7 +64,7 @@ llvm.macos_arm64.user = clang-llvm-apple-8.0.0-darwin-macos-aarch64 # unreasonably bloated runtime code without any measurable # performance benefits. # This value still has to be tuned for different targets, though. -llvmInlineThreshold = 110 +llvmInlineThreshold = 100 clangDebugFlags = -O0 linkerGccFlags = -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed