diff options
author | Matthias Krüger <matthias.krueger@famsik.de> | 2018-03-19 15:14:19 +0100 |
---|---|---|
committer | Matthias Krüger <matthias.krueger@famsik.de> | 2018-03-19 15:14:19 +0100 |
commit | 7dd943866228bb1037c7b9efd5e01f91862703e8 (patch) | |
tree | 4b748c8513e40a861ad56312431a9f256f42682b /config.toml.example | |
parent | Auto merge of #48813 - sinkuu:build_in_assert_macro, r=alexcrichton (diff) | |
download | grust-7dd943866228bb1037c7b9efd5e01f91862703e8.tar.gz grust-7dd943866228bb1037c7b9efd5e01f91862703e8.tar.bz2 grust-7dd943866228bb1037c7b9efd5e01f91862703e8.tar.xz |
config.toml.example: thinlto bootstrap was removed in ff227c4a2d8a2fad5abf322f6f1391ae6779197f so remove the option.
Diffstat (limited to 'config.toml.example')
-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 b47f9163c0..f8cc67aee9 100644 --- a/config.toml.example +++ b/config.toml.example | |||
@@ -239,11 +239,6 @@ | |||
239 | # compiler. | 239 | # compiler. |
240 | #codegen-units = 1 | 240 | #codegen-units = 1 |
241 | 241 | ||
242 | # Whether to enable ThinLTO (and increase the codegen units to either a default | ||
243 | # or the configured value). On by default. If we want the fastest possible | ||
244 | # compiler, we should disable this. | ||
245 | #thinlto = true | ||
246 | |||
247 | # Whether or not debug assertions are enabled for the compiler and standard | 242 | # Whether or not debug assertions are enabled for the compiler and standard |
248 | # library. Also enables compilation of debug! and trace! logging macros. | 243 | # library. Also enables compilation of debug! and trace! logging macros. |
249 | #debug-assertions = false | 244 | #debug-assertions = false |