about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJoshua Nelson <jyn.nelson@redjack.com>2023-03-01 11:11:59 -0600
committerJoshua Nelson <github@jyn.dev>2023-03-05 05:16:37 -0600
commitba0b7af23648cfe01545e7c8425edc6a4c86453c (patch)
tree91511e57f976cb4733d8f0033cad7d13c3fd40c7 /src
parent5423745db8b434fcde54888b35f518f00cce00e4 (diff)
downloadrust-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.toml2
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"