add default for --debug-llvm option

This commit is contained in:
Niko Matsakis 2011-11-11 10:23:10 -08:00
parent 0cea1095b1
commit b55b8dc8bc
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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)"