We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e19ccb7 commit b47aa1bCopy full SHA for b47aa1b
src/bootstrap/config.toml.example
@@ -175,6 +175,9 @@
175
[rust]
176
177
# Whether or not to optimize the compiler and standard library
178
+# Note: the slowness of the non optimized compiler compiling itself usually
179
+# outweighs the time gains in not doing optimizations, therefore a
180
+# full bootstrap takes much more time with optimize set to false.
181
#optimize = true
182
183
# Number of codegen units to use for each compiler invocation. A value of 0
0 commit comments