Don't deoptimize llvm when --enable-debug
libLTO fails to link here.
This commit is contained in:
parent
6d17c35cd5
commit
a725426ec8
1 changed files with 0 additions and 1 deletions
1
configure
vendored
1
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue