X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=9b7327ea69e0b1663f3c83b5ed6f9f0bacf36ed0;hb=a1912f2e89b77cfe2a0e64b96f444848fe4e2d49;hp=c37cd4a9857277c3cbdeeaf1e88e54b7e0357bfb;hpb=b6024c47663c92f43a125bcafd7f6fffd058d2c1;p=rust.git diff --git a/config.toml.example b/config.toml.example index c37cd4a9857..9b7327ea69e 100644 --- a/config.toml.example +++ b/config.toml.example @@ -444,6 +444,10 @@ # Use LLVM libunwind as the implementation for Rust's unwinder. #llvm-libunwind = false +# Enable Windows Control Flow Guard checks in the standard library. +# This only applies from stage 1 onwards, and only for Windows targets. +#control-flow-guard = false + # ============================================================================= # Options for specific targets #