From 7f591bcfd4bf839b5dae8f96631ca5765f030fbd Mon Sep 17 00:00:00 2001 From: Elena Lepilkina Date: Fri, 21 May 2021 11:09:31 +0300 Subject: [PATCH] [K/N] Changed llvmInlineThreshold for new form of bitcode --- kotlin-native/konan/konan.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-native/konan/konan.properties b/kotlin-native/konan/konan.properties index a2eb748a31b..4ed35a07a7b 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 = 100 +llvmInlineThreshold = 110 clangDebugFlags = -O0 linkerGccFlags = -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed