From: Rust Maintainers Date: Wed, 9 Aug 2017 02:49:55 +0000 (+0100) Subject: u-allow-disable-debuginfo-only-std X-Git-Tag: archive/raspbian/1.19.0+dfsg3-4+rpi1^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=21c93ced317611e925275de1b55411372fe6aed5;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 ;;