mirror of https://github.com/rust-lang/rust.git
add default for --debug-llvm option
This commit is contained in:
parent
0cea1095b1
commit
b55b8dc8bc
|
@ -253,7 +253,7 @@ opt docs 1 "build documentation"
|
|||
opt optimize 1 "build optimized rust code"
|
||||
opt mingw-cross 0 "cross-compile for win32 using mingw"
|
||||
opt clang 0 "prefer gcc to clang for building the runtime"
|
||||
opt debug-llvm "build LLVM in debug mode"
|
||||
opt debug-llvm 0 "build LLVM in debug mode"
|
||||
valopt prefix "/usr/local" "set installation prefix"
|
||||
valopt llvm-root "" "set LLVM root"
|
||||
valopt target-triples "" "LLVM target triples (defaults to host if unset)"
|
||||
|
|
Loading…
Reference in New Issue