Skip to content

Commit a3dbd07

Browse files
committed
auto merge of #5134 : brson/rust/disable-optimize-llvm, r=brson
2 parents 99a902c + 3e6b2cf commit a3dbd07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ do
678678
LLVM_BUILD_DIR=${CFG_BUILD_DIR}llvm/$t
679679
if [ ! -z "$CFG_DISABLE_OPTIMIZE_LLVM" ]
680680
then
681-
LLVM_DBG_OPTS=""
681+
LLVM_DBG_OPTS="--enable-debug-symbols --disable-optimized"
682682
# Just use LLVM straight from its build directory to
683683
# avoid 'make install' time
684684
LLVM_INST_DIR=$LLVM_BUILD_DIR/Debug+Asserts

0 commit comments

Comments
 (0)