Skip to content

Commit

Permalink
config.toml.example: add note that optimize = false won't speed up a …
Browse files Browse the repository at this point in the history
…full bootstrap
  • Loading branch information
est31 committed May 12, 2017
1 parent e19ccb7 commit b47aa1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bootstrap/config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b47aa1b

Please sign in to comment.