We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af23e6b commit ea6f5ffCopy full SHA for ea6f5ff
src/flags.rs
@@ -190,15 +190,15 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
190
],
191
// edition 2014
192
&[
193
- "-Zsanitizer=cfi",
194
- "-Clto",
195
- "-Zsanitizer-cfi-normalize-integers",
196
- "-ocodegen",
197
- "-Cdebuginfo=2",
198
- "-Copt-level=3",
+ // "-Zsanitizer=cfi",
+ // "-Clto",
+ // "-Zsanitizer-cfi-normalize-integers",
+ // "-ocodegen",
+ // "-Cdebuginfo=2",
+ // "-Copt-level=3",
199
"--edition=2024",
200
- "-Zunstable-options",
201
- "-Zmir-opt-level=3",
+ // "-Zunstable-options",
+ // "-Zmir-opt-level=3",
202
203
/* rustc codegen gcc
204
&["--edition=2021"],
0 commit comments