Skip to content

Commit

Permalink
dont run legacy cranelift on local debug assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Jan 12, 2024
1 parent 711d2dc commit f45056f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ fn check_dir(
&Executable::Rustfmt,
&Executable::ClippyFix,
&Executable::Miri,
&Executable::Cranelift,
// &Executable::Cranelift,
]
} else {
vec![
Expand Down

0 comments on commit f45056f

Please sign in to comment.