We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc7782 commit bcf7cf6Copy full SHA for bcf7cf6
src/bootstrap/configure.py
@@ -75,6 +75,7 @@ def v(*args):
75
o("llvm-assertions", "llvm.assertions", "build LLVM with assertions")
76
o("llvm-plugins", "llvm.plugins", "build LLVM with plugin interface")
77
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")
79
o("overflow-checks", "rust.overflow-checks", "build with overflow checks")
80
o("overflow-checks-std", "rust.overflow-checks-std", "build the standard library with overflow checks")
81
o("llvm-release-debuginfo", "llvm.release-debuginfo", "build LLVM with debugger metadata")
0 commit comments