We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fa94b commit bdf23c0Copy full SHA for bdf23c0
src/lib.rs
@@ -242,7 +242,8 @@ fn build_isa(sess: &Session) -> Box<dyn isa::TargetIsa + 'static> {
242
"false"
243
}).unwrap();
244
245
- flags_builder.set("opt_level", "best").unwrap();
+ // FIXME(CraneStation/cranelift#732) fix LICM in presence of jump tables
246
+ //flags_builder.set("opt_level", "best").unwrap();
247
248
// FIXME enable again when https://github.com/CraneStation/cranelift/issues/664 is fixed
249
/*
0 commit comments