about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2017-05-12 13:29:08 +0200
committerest31 <MTest31@outlook.com>2017-05-12 13:33:38 +0200
commitb47aa1b34d395d73686468beea09d87f7ae9906d (patch)
tree873e517f41d9ffe11bae1f5855508b7af0f31022 /src
parente19ccb71c8427135a69d874623af68422aeeb9e9 (diff)
downloadrust-b47aa1b34d395d73686468beea09d87f7ae9906d.tar.gz
rust-b47aa1b34d395d73686468beea09d87f7ae9906d.zip
config.toml.example: add note that optimize = false won't speed up a full bootstrap
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/config.toml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bootstrap/config.toml.example b/src/bootstrap/config.toml.example
index 0309eca0e5d..25da976a555 100644
--- a/src/bootstrap/config.toml.example
+++ b/src/bootstrap/config.toml.example
@@ -175,6 +175,9 @@
 [rust]
 
 # Whether or not to optimize the compiler and standard library
+# Note: the slowness of the non optimized compiler compiling itself usually
+#       outweighs the time gains in not doing optimizations, therefore a
+#       full bootstrap takes much more time with optimize set to false.
 #optimize = true
 
 # Number of codegen units to use for each compiler invocation. A value of 0