Skip to content

Commit

Permalink
Rollup merge of rust-lang#49176 - matthiaskrgr:config_example_rm_thin…
Browse files Browse the repository at this point in the history
…lto, r=alexcrichton

config.toml.example: thinlto bootstrap was removed

 It was removed in ff227c4 so remove the option that no longer works (we did not notice because it was commented out by default).
  • Loading branch information
kennytm committed Mar 20, 2018
2 parents c152e98 + 7dd9438 commit d5244e4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,6 @@
# compiler.
#codegen-units = 1

# Whether to enable ThinLTO (and increase the codegen units to either a default
# or the configured value). On by default. If we want the fastest possible
# compiler, we should disable this.
#thinlto = true

# Whether or not debug assertions are enabled for the compiler and standard
# library. Also enables compilation of debug! and trace! logging macros.
#debug-assertions = false
Expand Down

0 comments on commit d5244e4

Please sign in to comment.