projects
/
rustc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4be4751
)
u-allow-disable-debuginfo-only-std
author
Rust Maintainers
<pkg-rust-maintainers@lists.alioth.debian.org>
Sun, 15 Oct 2017 19:31:03 +0000
(20:31 +0100)
committer
Ximin Luo
<infinity0@debian.org>
Sun, 15 Oct 2017 19:31:03 +0000
(20:31 +0100)
Gbp-Pq: Name u-allow-disable-debuginfo-only-std.patch
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index af59d5b0bb88977d2c512af7fa1f1c096ed398ea..084f5bfdedbca7e57727f463978425b651ae1bdb 100755
(executable)
--- 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
;;