Skip to content

Commit

Permalink
-Zverbose
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr committed Dec 26, 2023
1 parent 7db2e7f commit f60bf55
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
"-Wmultiple-supertrait-upcastable",
"-Welided-lifetimes-in-associated-constant",
"--cap-lints=warn",
"-Zverbose",
"--verbose",
],
// basic stuff, edition 2015
Expand All @@ -85,7 +84,6 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
"-Zpolymorphize=on",
"-Zalways-encode-mir",
// "-Cpasses=lint",
"-Zverbose",
"-Zextra-const-ub-checks",
"--edition=2015",
"-Ztranslate-lang=en_US",
Expand Down Expand Up @@ -125,7 +123,6 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
"-Zpolymorphize=on",
"-Zalways-encode-mir",
//"-Cpasses=lint",
"-Zverbose",
"-Zextra-const-ub-checks",
"--edition=2018",
"-Ztranslate-lang=en_US",
Expand Down Expand Up @@ -169,7 +166,6 @@ static DEFAULT_RUSTFLAGS: &[&[&str]] = &[
"-Zpolymorphize=on",
"-Zalways-encode-mir",
// "-Cpasses=lint",
"-Zverbose",
"-Zextra-const-ub-checks",
"--edition=2021",
"-Ztranslate-lang=en_US",
Expand Down Expand Up @@ -326,7 +322,6 @@ static EXPENSIVE_RUSTFLAGS: &[&[&str]] = &[
"-Zpolymorphize=on",
"-Zalways-encode-mir",
// "-Cpasses=lint",
"-Zverbose",
"-Zextra-const-ub-checks",
// "-Zmeta-stats",
"-Zstack-protector=all",
Expand Down

0 comments on commit f60bf55

Please sign in to comment.