We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028569a commit ffae5deCopy full SHA for ffae5de
configure
@@ -560,8 +560,8 @@ case "$CFG_RELEASE_CHANNEL" in
560
*-pc-windows-gnu)
561
;;
562
*)
563
- CFG_ENABLE_DEBUGINFO_LINES=1
564
- CFG_ENABLE_DEBUGINFO_ONLY_STD=1
+ enable_if_not_disabled debuginfo-lines
+ enable_if_not_disabled debuginfo-only-std
565
566
esac
567
@@ -572,8 +572,8 @@ case "$CFG_RELEASE_CHANNEL" in
572
573
574
575
576
577
578
579
0 commit comments