Skip to content

Commit a725426

Browse files
committed
Don't deoptimize llvm when --enable-debug
libLTO fails to link here.
1 parent 6d17c35 commit a725426

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

configure

-1
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,6 @@ if [ -n "$CFG_ENABLE_DEBUG" ]; then
631631
msg "debug mode enabled, setting performance options"
632632
CFG_DISABLE_OPTIMIZE=1
633633
CFG_DISABLE_OPTIMIZE_CXX=1
634-
CFG_DISABLE_OPTIMIZE_LLVM=1
635634
CFG_ENABLE_LLVM_ASSERTIONS=1
636635
CFG_ENABLE_DEBUG_ASSERTIONS=1
637636
CFG_ENABLE_DEBUG_JEMALLOC=1

0 commit comments

Comments
 (0)