X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=config.toml.example;h=d811b914d20a156f419c328dfd159a3c6ebe4804;hb=b4615b5bf9e3e722b480190714ad44ecd7fa2ed1;hp=c2d51c140b4ef0aa7d1c77af7615c7c25f034539;hpb=000dbd27f146f4fd6ee2fb5e0f3060c440a08898;p=rust.git diff --git a/config.toml.example b/config.toml.example index c2d51c140b4..d811b914d20 100644 --- a/config.toml.example +++ b/config.toml.example @@ -103,7 +103,7 @@ changelog-seen = 2 # the same format as above, but since these targets are experimental, they are # not built by default and the experimental Rust compilation targets that depend # on them will not work unless the user opts in to building them. -#experimental-targets = "AVR" +#experimental-targets = "AVR;M68k" # Cap the number of parallel linker invocations when compiling LLVM. # This can be useful when building LLVM with debug info, which significantly @@ -313,6 +313,12 @@ changelog-seen = 2 # this setting's very existence, are all subject to change.) #print-step-rusage = false +# Always patch binaries for usage with Nix toolchains. If `true` then binaries +# will be patched unconditionally. If `false` or unset, binaries will be patched +# only if the current distribution is NixOS. This option is useful when using +# a Nix toolchain on non-NixOS distributions. +#patch-binaries-for-nix = false + # ============================================================================= # General install configuration options # =============================================================================