mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
config.toml.example: add note that optimize = false won't speed up a full bootstrap
This commit is contained in:
parent
e19ccb71c8
commit
b47aa1b34d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user