Skip to content

Commit 314b1f1

Browse files
committed
Auto merge of #24679 - tamird:enable-debug, r=pnkfelix
r? @alexcrichton
2 parents d372434 + 98f4221 commit 314b1f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure

+2-1
Original file line numberDiff line numberDiff line change
@@ -659,9 +659,10 @@ if [ -n "$CFG_ENABLE_DEBUG" ]; then
659659
CFG_DISABLE_OPTIMIZE=1
660660
CFG_DISABLE_OPTIMIZE_CXX=1
661661
fi
662-
CFG_ENABLE_LLVM_ASSERTIONS=1
663662
CFG_ENABLE_DEBUG_ASSERTIONS=1
664663
CFG_ENABLE_DEBUG_JEMALLOC=1
664+
CFG_ENABLE_DEBUGINFO=1
665+
CFG_ENABLE_LLVM_ASSERTIONS=1
665666
fi
666667

667668
# OK, now write the debugging options

0 commit comments

Comments
 (0)