From a725426ec8464e17794b0e8d0a06d33ba6ea95f0 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 8 Apr 2015 18:01:46 -0700 Subject: [PATCH] Don't deoptimize llvm when --enable-debug libLTO fails to link here. --- configure | 1 - 1 file changed, 1 deletion(-) 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