From: Rust Maintainers Date: Tue, 25 Jul 2017 21:19:47 +0000 (+0100) Subject: u-allow-disable-debuginfo-only-std X-Git-Tag: archive/raspbian/1.19.0+dfsg3-4+rpi1~1^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5d7cc4ae9b029ef4363bc4351b320f9670ed6e31;p=rustc.git u-allow-disable-debuginfo-only-std Gbp-Pq: Name u-allow-disable-debuginfo-only-std.patch --- diff --git a/configure b/configure index c5ecc22368..c683eed09f 100755 --- a/configure +++ b/configure @@ -558,8 +558,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 @@ -570,8 +570,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 ;;