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