diff options
| author | kennytm <kennytm@gmail.com> | 2018-03-20 07:15:33 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2018-03-20 11:39:46 +0800 |
| commit | d5244e4cf57fbaece168394de960e0ff1626a198 (patch) | |
| tree | 5a5344a5f9d31e86c5fae7d021e983c46f658645 | |
| parent | c152e98a75120e39cbd604c1294e4f44910ab9ff (diff) | |
| parent | 7dd943866228bb1037c7b9efd5e01f91862703e8 (diff) | |
| download | rust-d5244e4cf57fbaece168394de960e0ff1626a198.tar.gz rust-d5244e4cf57fbaece168394de960e0ff1626a198.zip | |
Rollup merge of #49176 - matthiaskrgr:config_example_rm_thinlto, r=alexcrichton
config.toml.example: thinlto bootstrap was removed It was removed in ff227c4a2d8a2fad5abf322f6f1391ae6779197f so remove the option that no longer works (we did not notice because it was commented out by default).
| -rw-r--r-- | config.toml.example | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config.toml.example b/config.toml.example index aec5e5a0e2c..de7036db29f 100644 --- a/config.toml.example +++ b/config.toml.example @@ -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 |
