From b55b8dc8bcb585727de32cfc7acf04427a90710c Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Fri, 11 Nov 2011 10:23:10 -0800 Subject: [PATCH] add default for --debug-llvm option --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6314fecdc11..464a023fd66 100755 --- a/configure +++ b/configure @@ -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)"