mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
Don't deoptimize llvm when --enable-debug
libLTO fails to link here.
This commit is contained in:
parent
6d17c35cd5
commit
a725426ec8
1
configure
vendored
1
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user