X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=df4478bb0cb85ac75cfb31fbc78349d30fcfa96b;hb=HEAD;hp=85f058f3664e3e5d388643fb86e70feeca400f83;hpb=f838fa87b233fe01ccc669dd3d996df35a4895bc;p=rust.git diff --git a/config.toml.example b/config.toml.example index 85f058f3664..df4478bb0cb 100644 --- a/config.toml.example +++ b/config.toml.example @@ -662,7 +662,8 @@ changelog-seen = 2 # Select LTO mode that will be used for compiling rustc. By default, thin local LTO # (LTO within a single crate) is used (like for any Rust crate). You can also select -# "thin" or "fat" to apply Thin/Fat LTO to the `rustc_driver` dylib. +# "thin" or "fat" to apply Thin/Fat LTO to the `rustc_driver` dylib, or "off" to disable +# LTO entirely. #lto = "thin-local" # =============================================================================