Skip to content

Commit b55b8dc

Browse files
committed
add default for --debug-llvm option
1 parent 0cea109 commit b55b8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ opt docs 1 "build documentation"
253253
opt optimize 1 "build optimized rust code"
254254
opt mingw-cross 0 "cross-compile for win32 using mingw"
255255
opt clang 0 "prefer gcc to clang for building the runtime"
256-
opt debug-llvm "build LLVM in debug mode"
256+
opt debug-llvm 0 "build LLVM in debug mode"
257257
valopt prefix "/usr/local" "set installation prefix"
258258
valopt llvm-root "" "set LLVM root"
259259
valopt target-triples "" "LLVM target triples (defaults to host if unset)"

0 commit comments

Comments
 (0)