Skip to content

Commit

Permalink
Revert "update miri flags"
Browse files Browse the repository at this point in the history
This reverts commit a84f7a1.
  • Loading branch information
matthiaskrgr committed Mar 10, 2024
1 parent a84f7a1 commit 63b3c36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4571,6 +4571,7 @@ 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 @@ -4580,6 +4581,7 @@ 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 63b3c36

Please sign in to comment.