X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=bc6760334170b5bd1bc63cdb1f507e2ab1acb5bb;hb=1f48465a0147769cfe6487212862a66518663fed;hp=cf8fe4e082ac3928162140fc6d1fce74ddb6e998;hpb=36d611866612c99ce7d2e82f27fdfc70c058658a;p=rust.git diff --git a/config.toml.example b/config.toml.example index cf8fe4e082a..bc676033417 100644 --- a/config.toml.example +++ b/config.toml.example @@ -69,7 +69,7 @@ # 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 = "" +#experimental-targets = "AVR" # Cap the number of parallel linker invocations when compiling LLVM. # This can be useful when building LLVM with debug info, which significantly @@ -209,7 +209,8 @@ # Build the sanitizer runtimes #sanitizers = false -# Build the profiler runtime +# Build the profiler runtime (required when compiling with options that depend +# on this runtime, such as `-C profile-generate` or `-Z instrument-coverage`). #profiler = false # Indicates whether the native libraries linked into Cargo will be statically