diff options
| author | Joshua Nelson <jyn.nelson@redjack.com> | 2023-03-01 11:11:59 -0600 |
|---|---|---|
| committer | Joshua Nelson <github@jyn.dev> | 2023-03-05 05:16:37 -0600 |
| commit | ba0b7af23648cfe01545e7c8425edc6a4c86453c (patch) | |
| tree | 91511e57f976cb4733d8f0033cad7d13c3fd40c7 /src | |
| parent | 5423745db8b434fcde54888b35f518f00cce00e4 (diff) | |
| download | rust-ba0b7af23648cfe01545e7c8425edc6a4c86453c.tar.gz rust-ba0b7af23648cfe01545e7c8425edc6a4c86453c.zip | |
Sync codegen defaults with compiler defaults and add a ping message so they stay in sync
Diffstat (limited to 'src')
| -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" |
