mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
configure: allow distros to disable debuginfo-only-std
This commit is contained in:
parent
028569ab1b
commit
ffae5deaa7
8
configure
vendored
8
configure
vendored
@ -560,8 +560,8 @@ case "$CFG_RELEASE_CHANNEL" in
|
|||||||
*-pc-windows-gnu)
|
*-pc-windows-gnu)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
CFG_ENABLE_DEBUGINFO_LINES=1
|
enable_if_not_disabled debuginfo-lines
|
||||||
CFG_ENABLE_DEBUGINFO_ONLY_STD=1
|
enable_if_not_disabled debuginfo-only-std
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
@ -572,8 +572,8 @@ case "$CFG_RELEASE_CHANNEL" in
|
|||||||
*-pc-windows-gnu)
|
*-pc-windows-gnu)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
CFG_ENABLE_DEBUGINFO_LINES=1
|
enable_if_not_disabled debuginfo-lines
|
||||||
CFG_ENABLE_DEBUGINFO_ONLY_STD=1
|
enable_if_not_disabled debuginfo-only-std
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user