X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=ad48cc881f3e665252869c0b9b02b40450312ff4;hb=c6b27db8767a6e070701d22a179caac60592f713;hp=f24f8e81a7944ef4a49483a93abdfcb50d6ef037;hpb=788f2969f6d2f7339c3c1e7da225d38283597804;p=rust.git diff --git a/config.toml.example b/config.toml.example index f24f8e81a79..ad48cc881f3 100644 --- a/config.toml.example +++ b/config.toml.example @@ -157,6 +157,9 @@ changelog-seen = 2 # Whether to build the clang compiler. #clang = false +# Custom CMake defines to set when building LLVM. +#build-config = {} + # ============================================================================= # General build configuration options # ============================================================================= @@ -289,7 +292,7 @@ changelog-seen = 2 #sanitizers = false # Build the profiler runtime (required when compiling with options that depend -# on this runtime, such as `-C profile-generate` or `-Z instrument-coverage`). +# on this runtime, such as `-C profile-generate` or `-C instrument-coverage`). #profiler = false # Indicates whether the native libraries linked into Cargo will be statically @@ -671,7 +674,7 @@ changelog-seen = 2 #sanitizers = build.sanitizers (bool) # Build the profiler runtime for this target(required when compiling with options that depend -# on this runtime, such as `-C profile-generate` or `-Z instrument-coverage`). +# on this runtime, such as `-C profile-generate` or `-C instrument-coverage`). # This option will override the same option under [build] section. #profiler = build.profiler (bool)