Skip to content

Commit 895822a

Browse files
committed
more consistent naming convention
1 parent cda2e07 commit 895822a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

configure

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ opt valgrind 1 "run tests with valgrind"
252252
opt docs 1 "build documentation"
253253
opt optimize 1 "build optimized rust code"
254254
opt optimize-cxx 1 "build optimized C++ code"
255+
opt optimize-llvm 1 "build optimized LLVM"
255256
opt mingw-cross 0 "cross-compile for win32 using mingw"
256257
opt clang 0 "prefer gcc to clang for building the runtime"
257-
opt debug-llvm 0 "build LLVM in debug mode"
258258
valopt prefix "/usr/local" "set installation prefix"
259259
valopt llvm-root "" "set LLVM root"
260260
valopt target-triples "" "LLVM target triples (defaults to host if unset)"
@@ -440,7 +440,8 @@ do
440440
LLVM_BUILD="--build=$t"
441441
LLVM_HOST="--host=$t"
442442
LLVM_TARGET="--target=$t"
443-
if [ ! -z "$CFG_ENABLE_DEBUG_LLVM" ]
443+
444+
if [ ! -z "$CFG_DISABLE_OPTIMIZE_LLVM" ]
444445
then
445446
LLVM_DBG_OPTS=""
446447
# Just use LLVM straight from its build directory to

0 commit comments

Comments
 (0)