1
Fork 0

Enable Control Flow Guard in rustbuild

This commit is contained in:
Andrew Paverd 2020-01-28 14:29:44 +00:00
parent c58e09f138
commit 87df124ba7
5 changed files with 56 additions and 0 deletions

View file

@ -60,6 +60,7 @@ o("lld", "rust.lld", "build lld")
o("lldb", "rust.lldb", "build lldb")
o("missing-tools", "dist.missing-tools", "allow failures when building tools")
o("use-libcxx", "llvm.use-libcxx", "build LLVM with libc++")
o("control-flow-guard", "rust.control-flow-guard", "Enable Control Flow Guard")
o("cflags", "llvm.cflags", "build LLVM with these extra compiler flags")
o("cxxflags", "llvm.cxxflags", "build LLVM with these extra compiler flags")