Skip to content

Commit cfc7782

Browse files
committed
Add --enable-overflow-checks-std option to configure script.
1 parent 7a646df commit cfc7782

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/configure.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def v(*args):
7676
o("llvm-plugins", "llvm.plugins", "build LLVM with plugin interface")
7777
o("debug-assertions", "rust.debug-assertions", "build with debugging assertions")
7878
o("overflow-checks", "rust.overflow-checks", "build with overflow checks")
79+
o("overflow-checks-std", "rust.overflow-checks-std", "build the standard library with overflow checks")
7980
o("llvm-release-debuginfo", "llvm.release-debuginfo", "build LLVM with debugger metadata")
8081
v("debuginfo-level", "rust.debuginfo-level", "debuginfo level for Rust code")
8182
v("debuginfo-level-rustc", "rust.debuginfo-level-rustc", "debuginfo level for the compiler")

0 commit comments

Comments
 (0)