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