projects
/
rustc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f97695
)
u-allow-disable-debuginfo-only-std
author
Rust Maintainers
<pkg-rust-maintainers@lists.alioth.debian.org>
Tue, 25 Jul 2017 21:19:47 +0000
(22:19 +0100)
committer
Ximin Luo
<infinity0@debian.org>
Tue, 25 Jul 2017 21:19:47 +0000
(22:19 +0100)
Gbp-Pq: Name u-allow-disable-debuginfo-only-std.patch
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index c5ecc2236894cf0c5cb6cf2c4214249b2a648a2b..c683eed09f28331e903884fbf8e2e79b7b1e4202 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
;;