From: Rust Maintainers Date: Sun, 15 Oct 2017 19:31:03 +0000 (+0100) Subject: u-allow-disable-debuginfo-only-std X-Git-Tag: archive/raspbian/1.19.0+dfsg3-4+rpi1~27 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=81d941e3f3224fec0ba2d9135311d22930fc9e39;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 af59d5b0bb..084f5bfded 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 ;;