]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
support LLVM globals corresponding to miri allocations
[rust.git] / config.toml.example
index c37cd4a9857277c3cbdeeaf1e88e54b7e0357bfb..9b7327ea69e0b1663f3c83b5ed6f9f0bacf36ed0 100644 (file)
 # 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
 #