mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-16 08:53:35 +00:00
Auto merge of #24679 - tamird:enable-debug, r=pnkfelix
r? @alexcrichton
This commit is contained in:
commit
314b1f16b7
3
configure
vendored
3
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user