Skip to content

Commit

Permalink
Don't deoptimize llvm when --enable-debug
Browse files Browse the repository at this point in the history
libLTO fails to link here.
  • Loading branch information
brson committed Apr 9, 2015
1 parent 6d17c35 commit a725426
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a725426

Please # to comment.