Codebase list rust-stfu8 / 628ab4f
Disable dwz. See https://github.com/rust-lang/rust/issues/66118 Sylvestre Ledru 3 years ago
2 changed file(s) with 5 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 rust-grcov (0.5.15-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
22 * Package grcov 0.5.15 from crates.io using debcargo 2.4.3
3 * Disable dwz. See https://github.com/rust-lang/rust/issues/66118
34
45 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 11 Dec 2020 13:56:21 +0100
56
00 #!/usr/bin/make -f
1
2 # Workaround:
3 # https://github.com/rust-lang/rust/issues/66118
4 export RUSTFLAGS=-Clto=no
51
62 include /usr/share/dpkg/pkg-info.mk
73
84 %:
95 dh $@ --buildsystem cargo
6
7 override_dh_dwz:
8 # Don't do anything. fails because of the
9 # https://github.com/rust-lang/rust/issues/66118
1010
1111 # Disable until https://github.com/mozilla/grcov/issues/246
1212 # is fixed