We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35aec48 commit 18dcb29Copy full SHA for 18dcb29
src/librustc_codegen_llvm/llvm_util.rs
@@ -76,7 +76,7 @@ unsafe fn configure_llvm(sess: &Session) {
76
}
77
78
79
- add("-import-instr-limit=50");
+ add("-import-instr-limit=75");
80
81
if sess.target.target.target_os == "emscripten" &&
82
sess.panic_strategy() == PanicStrategy::Unwind {
0 commit comments