diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-03-05 14:29:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-05 14:29:08 +0100 |
| commit | c86ea5a0ef23188affc1d862b3330bb54a7a5a98 (patch) | |
| tree | ebda5eaef285a3281444c6ad90cd5171a1c4d22d /src/bootstrap | |
| parent | 925baa8b373e81b5199f27e87cc762d59649507e (diff) | |
| parent | ba0b7af23648cfe01545e7c8425edc6a4c86453c (diff) | |
| download | rust-c86ea5a0ef23188affc1d862b3330bb54a7a5a98.tar.gz rust-c86ea5a0ef23188affc1d862b3330bb54a7a5a98.zip | |
Rollup merge of #108616 - jyn514:sync-codegen, r=albertlarsan68
Sync codegen defaults with compiler defaults and add a ping message so they stay in sync Looks like this got missed in https://github.com/rust-lang/rust/pull/107241.
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/defaults/config.codegen.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bootstrap/defaults/config.codegen.toml b/src/bootstrap/defaults/config.codegen.toml index 088cbd1057e..eb2afa555f1 100644 --- a/src/bootstrap/defaults/config.codegen.toml +++ b/src/bootstrap/defaults/config.codegen.toml @@ -17,3 +17,5 @@ debug-logging = true incremental = true # Print backtrace on internal compiler errors during bootstrap backtrace-on-ice = true +# Make the compiler and standard library faster to build, at the expense of a ~20% runtime slowdown. +lto = "off" |
