Skip to content

Commit

Permalink
disable cfi again
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Aug 15, 2023
1 parent c8560e0 commit f86ab65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,16 +191,16 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
],
// edition 2014
&[
"-Zsanitizer=cfi",
/* "-Zsanitizer=cfi",
"-Clto",
"-Zsanitizer-cfi-normalize-integers",
"-Ccodegen-units=1",
"-ocodegen",
"-Cdebuginfo=2",
"-Copt-level=3",
"-Copt-level=3",*/
"--edition=2024",
"-Zunstable-options",
"-Zmir-opt-level=3",
// "-Zmir-opt-level=3",
],
/* rustc codegen gcc
&["--edition=2021"],
Expand Down

0 comments on commit f86ab65

Please sign in to comment.