Date: Thu, 04 Jun 2020 23:43:38 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 246993] Mk/Uses/cargo.mk: Strip binaries with cargo Message-ID: <bug-246993-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246993 Bug ID: 246993 Summary: Mk/Uses/cargo.mk: Strip binaries with cargo Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: needs-patch Severity: Affects Only Me Priority: --- Component: Ports Framework Assignee: rust@FreeBSD.org Reporter: tobik@freebsd.org CC: ports-bugs@FreeBSD.org When stabilized, add `strip =3D "symbols"` to `[profile.release]` in cargo.mk and potentially drop many of the STRIP_CMD in USES=3Dcargo ports. This already works with nightly, but since the feature is unstable it requires adding `cargo-features =3D ["strip"]` to the top of Cargo.toml. https://github.com/rust-lang/cargo/pull/8246 --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246993-7788>