Add --enable-overflow-checks-std option to configure script.
This commit is contained in:
parent
7a646df098
commit
cfc7782a84
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ o("llvm-assertions", "llvm.assertions", "build LLVM with assertions")
|
||||||
o("llvm-plugins", "llvm.plugins", "build LLVM with plugin interface")
|
o("llvm-plugins", "llvm.plugins", "build LLVM with plugin interface")
|
||||||
o("debug-assertions", "rust.debug-assertions", "build with debugging assertions")
|
o("debug-assertions", "rust.debug-assertions", "build with debugging assertions")
|
||||||
o("overflow-checks", "rust.overflow-checks", "build with overflow checks")
|
o("overflow-checks", "rust.overflow-checks", "build with overflow checks")
|
||||||
|
o("overflow-checks-std", "rust.overflow-checks-std", "build the standard library with overflow checks")
|
||||||
o("llvm-release-debuginfo", "llvm.release-debuginfo", "build LLVM with debugger metadata")
|
o("llvm-release-debuginfo", "llvm.release-debuginfo", "build LLVM with debugger metadata")
|
||||||
v("debuginfo-level", "rust.debuginfo-level", "debuginfo level for Rust code")
|
v("debuginfo-level", "rust.debuginfo-level", "debuginfo level for Rust code")
|
||||||
v("debuginfo-level-rustc", "rust.debuginfo-level-rustc", "debuginfo level for the compiler")
|
v("debuginfo-level-rustc", "rust.debuginfo-level-rustc", "debuginfo level for the compiler")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue