]> git.lizzy.rs Git - rust.git/commitdiff
config.toml.example: add note that optimize = false won't speed up a full bootstrap
authorest31 <MTest31@outlook.com>
Fri, 12 May 2017 11:29:08 +0000 (13:29 +0200)
committerest31 <MTest31@outlook.com>
Fri, 12 May 2017 11:33:38 +0000 (13:33 +0200)
src/bootstrap/config.toml.example

index 0309eca0e5deaec6a4f94081843386434397b684..25da976a555e900653a45eee70d4751c7353edc8 100644 (file)
 [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