We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a646df commit cfc7782Copy full SHA for cfc7782
src/bootstrap/configure.py
@@ -76,6 +76,7 @@ def v(*args):
76
o("llvm-plugins", "llvm.plugins", "build LLVM with plugin interface")
77
o("debug-assertions", "rust.debug-assertions", "build with debugging assertions")
78
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")
80
o("llvm-release-debuginfo", "llvm.release-debuginfo", "build LLVM with debugger metadata")
81
v("debuginfo-level", "rust.debuginfo-level", "debuginfo level for Rust code")
82
v("debuginfo-level-rustc", "rust.debuginfo-level-rustc", "debuginfo level for the compiler")
0 commit comments