X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=config.toml.example;h=c94a27b12a3a73661f7295f57a79f152ba3b9c3c;hb=208bb933e7a6d8820646e3e367e2bf188d85e485;hp=a46813e4d7a3b825475b743466ee5650ab0174d5;hpb=2f02cf8768bff3e32a2bfaa42294cb5dd6abd58b;p=rust.git diff --git a/config.toml.example b/config.toml.example index a46813e4d7a..c94a27b12a3 100644 --- a/config.toml.example +++ b/config.toml.example @@ -87,9 +87,10 @@ changelog-seen = 2 # this flag will indicate that this version check should not be done. #version-check = true -# Link libstdc++ statically into the rustc_llvm instead of relying on a -# dynamic version to be available. -#static-libstdcpp = true +# When true, link libstdc++ statically into the rustc_llvm. +# This is useful if you don't want to use the dynamic version of that +# library provided by LLVM. +#static-libstdcpp = false # Whether to use Ninja to build LLVM. This runs much faster than make. #ninja = true @@ -291,10 +292,6 @@ changelog-seen = 2 # on this runtime, such as `-C profile-generate` or `-C instrument-coverage`). #profiler = false -# Use the optimized LLVM C intrinsics for `compiler_builtins`, rather than Rust intrinsics. -# Requires the LLVM submodule to be managed by bootstrap (i.e. not external). -#optimized-compiler-builtins = false - # Indicates whether the native libraries linked into Cargo will be statically # linked or not. #cargo-native-static = false