We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db5aeb commit 35aec48Copy full SHA for 35aec48
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=25");
+ add("-import-instr-limit=50");
80
81
if sess.target.target.target_os == "emscripten" &&
82
sess.panic_strategy() == PanicStrategy::Unwind {
0 commit comments