From: Brian Anderson Date: Thu, 9 Apr 2015 01:01:46 +0000 (-0700) Subject: Don't deoptimize llvm when --enable-debug X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=a725426ec8464e17794b0e8d0a06d33ba6ea95f0;p=rust.git Don't deoptimize llvm when --enable-debug libLTO fails to link here. --- diff --git a/configure b/configure index b23cfaf976f..97c998a5cda 100755 --- a/configure +++ b/configure @@ -631,7 +631,6 @@ if [ -n "$CFG_ENABLE_DEBUG" ]; then msg "debug mode enabled, setting performance options" CFG_DISABLE_OPTIMIZE=1 CFG_DISABLE_OPTIMIZE_CXX=1 - CFG_DISABLE_OPTIMIZE_LLVM=1 CFG_ENABLE_LLVM_ASSERTIONS=1 CFG_ENABLE_DEBUG_ASSERTIONS=1 CFG_ENABLE_DEBUG_JEMALLOC=1