Skip to content

Commit

Permalink
configure: Don't disable optimizations when enabling debug
Browse files Browse the repository at this point in the history
Optimization is now on by default. Closes #24405
  • Loading branch information
richo committed Apr 14, 2015
1 parent 5dc8060 commit 71a4ea5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions configure
Expand Up @@ -633,8 +633,6 @@ esac
# Adjust perf and debug options for debug mode
if [ -n "$CFG_ENABLE_DEBUG" ]; then
msg "debug mode enabled, setting performance options"
CFG_DISABLE_OPTIMIZE=1
CFG_DISABLE_OPTIMIZE_CXX=1
CFG_ENABLE_LLVM_ASSERTIONS=1
CFG_ENABLE_DEBUG_ASSERTIONS=1
CFG_ENABLE_DEBUG_JEMALLOC=1
Expand Down

0 comments on commit 71a4ea5

Please sign in to comment.