Skip to content

Commit

Permalink
update miri flags
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Mar 10, 2024
1 parent cd4347c commit a84f7a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4571,7 +4571,6 @@ pub(crate) static MIRIFLAGS: &[&[&str]] = &[
// with mir opt level
&[
"-Zmir-opt-level=5",
"-Zmiri-check-number-validity",
"-Zmiri-strict-provenance",
"-Zmiri-symbolic-alignment-check",
"-Zmiri-tag-raw-pointers",
Expand All @@ -4581,7 +4580,6 @@ pub(crate) static MIRIFLAGS: &[&[&str]] = &[
],
// and without
&[
//"-Zmiri-check-number-validity", // default
"-Zmiri-strict-provenance",
"-Zmiri-symbolic-alignment-check",
// "-Zmiri-tag-raw-pointers", // default
Expand Down

0 comments on commit a84f7a1

Please sign in to comment.