]> git.lizzy.rs Git - rust.git/commitdiff
more consistent naming convention
authorNiko Matsakis <niko@alum.mit.edu>
Fri, 11 Nov 2011 19:21:26 +0000 (11:21 -0800)
committerNiko Matsakis <niko@alum.mit.edu>
Wed, 16 Nov 2011 23:16:41 +0000 (15:16 -0800)
configure

index 584574c241af5947b2c9b06248a16bc584d32214..064901f292dd14a83ef13fde422736fbe4e87062 100755 (executable)
--- a/configure
+++ b/configure
@@ -252,9 +252,9 @@ opt valgrind 1 "run tests with valgrind"
 opt docs     1 "build documentation"
 opt optimize 1 "build optimized rust code"
 opt optimize-cxx 1 "build optimized C++ code"
+opt optimize-llvm 1 "build optimized LLVM"
 opt mingw-cross 0 "cross-compile for win32 using mingw"
 opt clang 0 "prefer gcc to clang for building the runtime"
-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)"
@@ -440,7 +440,8 @@ do
        LLVM_BUILD="--build=$t"
        LLVM_HOST="--host=$t"
        LLVM_TARGET="--target=$t"
-    if [ ! -z "$CFG_ENABLE_DEBUG_LLVM" ]
+
+    if [ ! -z "$CFG_DISABLE_OPTIMIZE_LLVM" ]
     then
         LLVM_DBG_OPTS=""
         # Just use LLVM straight from its build directory to