We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd816fd commit 9db5aebCopy full SHA for 9db5aeb
src/librustc_codegen_llvm/llvm_util.rs
@@ -76,6 +76,8 @@ unsafe fn configure_llvm(sess: &Session) {
76
}
77
78
79
+ add("-import-instr-limit=25");
80
+
81
if sess.target.target.target_os == "emscripten" &&
82
sess.panic_strategy() == PanicStrategy::Unwind {
83
add("-enable-emscripten-cxx-exceptions");
0 commit comments