mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
auto merge of #5134 : brson/rust/disable-optimize-llvm, r=brson
This commit is contained in:
@@ -678,7 +678,7 @@ do
|
||||
LLVM_BUILD_DIR=${CFG_BUILD_DIR}llvm/$t
|
||||
if [ ! -z "$CFG_DISABLE_OPTIMIZE_LLVM" ]
|
||||
then
|
||||
LLVM_DBG_OPTS=""
|
||||
LLVM_DBG_OPTS="--enable-debug-symbols --disable-optimized"
|
||||
# Just use LLVM straight from its build directory to
|
||||
# avoid 'make install' time
|
||||
LLVM_INST_DIR=$LLVM_BUILD_DIR/Debug+Asserts
|
||||
|
||||
Reference in New Issue
Block a user