Skip to content

Commit ffae5de

Browse files
committed
configure: allow distros to disable debuginfo-only-std
1 parent 028569a commit ffae5de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configure

+4-4
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,8 @@ case "$CFG_RELEASE_CHANNEL" in
560560
*-pc-windows-gnu)
561561
;;
562562
*)
563-
CFG_ENABLE_DEBUGINFO_LINES=1
564-
CFG_ENABLE_DEBUGINFO_ONLY_STD=1
563+
enable_if_not_disabled debuginfo-lines
564+
enable_if_not_disabled debuginfo-only-std
565565
;;
566566
esac
567567

@@ -572,8 +572,8 @@ case "$CFG_RELEASE_CHANNEL" in
572572
*-pc-windows-gnu)
573573
;;
574574
*)
575-
CFG_ENABLE_DEBUGINFO_LINES=1
576-
CFG_ENABLE_DEBUGINFO_ONLY_STD=1
575+
enable_if_not_disabled debuginfo-lines
576+
enable_if_not_disabled debuginfo-only-std
577577
;;
578578
esac
579579
;;

0 commit comments

Comments
 (0)