From 7dd943866228bb1037c7b9efd5e01f91862703e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Mon, 19 Mar 2018 15:14:19 +0100 Subject: [PATCH] config.toml.example: thinlto bootstrap was removed in ff227c4a2d8a2fad5abf322f6f1391ae6779197f so remove the option. --- config.toml.example | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config.toml.example b/config.toml.example index b47f9163c0dac..f8cc67aee91a3 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