--enable-debug adds -g. Closes #7205

This commit is contained in:
Tamir Duberstein 2015-04-21 19:35:11 -07:00
parent 0f1bfda006
commit 98f4221d49

1
configure vendored
View file

@ -652,6 +652,7 @@ if [ -n "$CFG_ENABLE_DEBUG" ]; then
fi
CFG_ENABLE_DEBUG_ASSERTIONS=1
CFG_ENABLE_DEBUG_JEMALLOC=1
CFG_ENABLE_DEBUGINFO=1
CFG_ENABLE_LLVM_ASSERTIONS=1
fi