about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorHans Kratz <hans@appfour.com>2021-10-11 23:05:26 +0200
committerHans Kratz <hans@appfour.com>2021-10-12 21:49:06 +0200
commitcfc7782a8457ff6e6856ef6741725c29b2e7c9c1 (patch)
tree31286f1c043b1f9fe6b5d7037b0c58714095b08b /src/bootstrap
parent7a646df0985236ca8371865bcab978cc7d8ccda6 (diff)
downloadrust-cfc7782a8457ff6e6856ef6741725c29b2e7c9c1.tar.gz
rust-cfc7782a8457ff6e6856ef6741725c29b2e7c9c1.zip
Add --enable-overflow-checks-std option to configure script.
Diffstat (limited to 'src/bootstrap')
-rwxr-xr-xsrc/bootstrap/configure.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/configure.py b/src/bootstrap/configure.py
index fd148d14478..ce029089c5a 100755
--- a/src/bootstrap/configure.py
+++ b/src/bootstrap/configure.py
@@ -76,6 +76,7 @@ o("llvm-assertions", "llvm.assertions", "build LLVM with assertions")
 o("llvm-plugins", "llvm.plugins", "build LLVM with plugin interface")
 o("debug-assertions", "rust.debug-assertions", "build with debugging assertions")
 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")
 v("debuginfo-level", "rust.debuginfo-level", "debuginfo level for Rust code")
 v("debuginfo-level-rustc", "rust.debuginfo-level-rustc", "debuginfo level for the compiler")