diff options
| author | est31 <MTest31@outlook.com> | 2017-05-12 13:29:08 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2017-05-12 13:33:38 +0200 |
| commit | b47aa1b34d395d73686468beea09d87f7ae9906d (patch) | |
| tree | 873e517f41d9ffe11bae1f5855508b7af0f31022 /src | |
| parent | e19ccb71c8427135a69d874623af68422aeeb9e9 (diff) | |
| download | rust-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.example | 3 |
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 |
