Auto merge of #24679 - tamird:enable-debug, r=pnkfelix

r? @alexcrichton
This commit is contained in:
bors 2015-04-26 15:04:33 +00:00
commit 314b1f16b7

3
configure vendored
View file

@ -659,9 +659,10 @@ if [ -n "$CFG_ENABLE_DEBUG" ]; then
CFG_DISABLE_OPTIMIZE=1
CFG_DISABLE_OPTIMIZE_CXX=1
fi
CFG_ENABLE_LLVM_ASSERTIONS=1
CFG_ENABLE_DEBUG_ASSERTIONS=1
CFG_ENABLE_DEBUG_JEMALLOC=1
CFG_ENABLE_DEBUGINFO=1
CFG_ENABLE_LLVM_ASSERTIONS=1
fi
# OK, now write the debugging options