Don't deoptimize llvm when --enable-debug

libLTO fails to link here.
This commit is contained in:
Brian Anderson 2015-04-08 18:01:46 -07:00
parent 6d17c35cd5
commit a725426ec8
1 changed files with 0 additions and 1 deletions

1
configure vendored
View File

@ -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