about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorHans Kratz <hans@appfour.com>2021-10-12 21:32:47 +0200
committerHans Kratz <hans@appfour.com>2021-10-12 21:49:06 +0200
commitbcf7cf6670adc17e84410e3d079002f5c338921a (patch)
tree11f0d3b779b07d11c272bff721c099d50a1dcae4 /src/bootstrap
parentcfc7782a8457ff6e6856ef6741725c29b2e7c9c1 (diff)
downloadrust-bcf7cf6670adc17e84410e3d079002f5c338921a.tar.gz
rust-bcf7cf6670adc17e84410e3d079002f5c338921a.zip
Add --enable-debug-assertions-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 ce029089c5a..94424cb4548 100755
--- a/src/bootstrap/configure.py
+++ b/src/bootstrap/configure.py
@@ -75,6 +75,7 @@ o("optimize-llvm", "llvm.optimize", "build optimized LLVM")
 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("debug-assertions-std", "rust.debug-assertions-std", "build the standard library 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")