X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=9b7327ea69e0b1663f3c83b5ed6f9f0bacf36ed0;hb=183e893aaae581bd0ab499ba56b6c5e118557dc7;hp=c37cd4a9857277c3cbdeeaf1e88e54b7e0357bfb;hpb=64d2d04eb911bca923726fa6c481cc858187adc3;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 #