configure: allow distros to disable debuginfo-only-std
This commit is contained in:
parent
028569ab1b
commit
ffae5deaa7
1 changed files with 4 additions and 4 deletions
8
configure
vendored
8
configure
vendored
|
@ -560,8 +560,8 @@ case "$CFG_RELEASE_CHANNEL" in
|
|||
*-pc-windows-gnu)
|
||||
;;
|
||||
*)
|
||||
CFG_ENABLE_DEBUGINFO_LINES=1
|
||||
CFG_ENABLE_DEBUGINFO_ONLY_STD=1
|
||||
enable_if_not_disabled debuginfo-lines
|
||||
enable_if_not_disabled debuginfo-only-std
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -572,8 +572,8 @@ case "$CFG_RELEASE_CHANNEL" in
|
|||
*-pc-windows-gnu)
|
||||
;;
|
||||
*)
|
||||
CFG_ENABLE_DEBUGINFO_LINES=1
|
||||
CFG_ENABLE_DEBUGINFO_ONLY_STD=1
|
||||
enable_if_not_disabled debuginfo-lines
|
||||
enable_if_not_disabled debuginfo-only-std
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue