about summary refs log tree commit diff
path: root/config.toml.example
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@posteo>2018-10-22 16:39:36 +0200
committerMichael Woerister <michaelwoerister@posteo>2018-10-26 15:07:03 +0200
commitb8f977a8a7ab9d87fa8b5b72288a69f2fedc7455 (patch)
treedeae1837eec559acb7ebafa1b3081f7891734f50 /config.toml.example
parent82239b04dc9cea1d54422c2fb223ff5321ccafdd (diff)
downloadrust-b8f977a8a7ab9d87fa8b5b72288a69f2fedc7455.tar.gz
rust-b8f977a8a7ab9d87fa8b5b72288a69f2fedc7455.zip
bootstrap: Allow for build libstd to have its own codegen-unit setting.
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index e8cb0cba6b1..093b8f9e526 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -277,6 +277,10 @@
 # compiler.
 #codegen-units = 1
 
+# Sets the number of codegen units to build the standard library with,
+# regardless of what the codegen-unit setting for the rest of the compiler is.
+#codegen-units-std = 1
+
 # Whether or not debug assertions are enabled for the compiler and standard
 # library. Also enables compilation of debug! and trace! logging macros.
 #debug-assertions = false