Skip to content

Commit bcf7cf6

Browse files
committed
Add --enable-debug-assertions-std option to configure script.
1 parent cfc7782 commit bcf7cf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/configure.py

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def v(*args):
7575
o("llvm-assertions", "llvm.assertions", "build LLVM with assertions")
7676
o("llvm-plugins", "llvm.plugins", "build LLVM with plugin interface")
7777
o("debug-assertions", "rust.debug-assertions", "build with debugging assertions")
78+
o("debug-assertions-std", "rust.debug-assertions-std", "build the standard library with debugging assertions")
7879
o("overflow-checks", "rust.overflow-checks", "build with overflow checks")
7980
o("overflow-checks-std", "rust.overflow-checks-std", "build the standard library with overflow checks")
8081
o("llvm-release-debuginfo", "llvm.release-debuginfo", "build LLVM with debugger metadata")

0 commit comments

Comments
 (0)