Skip to content

Commit ea6f5ff

Browse files
committed
disable cfi again
1 parent af23e6b commit ea6f5ff

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/flags.rs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -190,15 +190,15 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
190190
],
191191
// edition 2014
192192
&[
193-
"-Zsanitizer=cfi",
194-
"-Clto",
195-
"-Zsanitizer-cfi-normalize-integers",
196-
"-ocodegen",
197-
"-Cdebuginfo=2",
198-
"-Copt-level=3",
193+
// "-Zsanitizer=cfi",
194+
// "-Clto",
195+
// "-Zsanitizer-cfi-normalize-integers",
196+
// "-ocodegen",
197+
// "-Cdebuginfo=2",
198+
// "-Copt-level=3",
199199
"--edition=2024",
200-
"-Zunstable-options",
201-
"-Zmir-opt-level=3",
200+
// "-Zunstable-options",
201+
// "-Zmir-opt-level=3",
202202
],
203203
/* rustc codegen gcc
204204
&["--edition=2021"],

0 commit comments

Comments
 (0)