X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=b320cdcc109ddc061fec4a33b2fea4b379ed89e3;hb=a960f8304cee9af374aae7bade15554734f37480;hp=a810e8c0e12d6e02cb8b7b99b39eb587faf6f615;hpb=4f39fb1f34d4bd25d9ce96afe7b2d109f073e286;p=rust.git diff --git a/config.toml.example b/config.toml.example index a810e8c0e12..b320cdcc109 100644 --- a/config.toml.example +++ b/config.toml.example @@ -324,6 +324,12 @@ changelog-seen = 2 # a Nix toolchain on non-NixOS distributions. #patch-binaries-for-nix = false +# Collect information and statistics about the current build and writes it to +# disk. Enabling this or not has no impact on the resulting build output. The +# schema of the file generated by the build metrics feature is unstable, and +# this is not intended to be used during local development. +#metrics = false + # ============================================================================= # General install configuration options # ============================================================================= @@ -715,6 +721,10 @@ changelog-seen = 2 # probably don't want to use this. #qemu-rootfs = (path) +# Skip building the `std` library for this target. Enabled by default for +# target triples containing `-none`, `nvptx`, `switch`, or `-uefi`. +#no-std = (bool) + # ============================================================================= # Distribution options #