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 | |
| parent | 5f3996c3ec4824b92b2af251ac09406f9573e1ff (diff) | |
config.toml.example: thinlto bootstrap was removed in ff227c4a2d8a2fad5abf322f6f1391ae6779197f so remove the option.
| -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 b47f9163c0d..f8cc67aee91 100644 --- a/config.toml.example +++ b/config.toml.example @@ -239,11 +239,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 |
