app-misc/broot: disable stripping with release profile

Missed this due to doing most testing with USE=debug (faster
compilation), unfortunately this still requires >=rust-1.59
for non-nightly unless go with modifying the Cargo.toml which
doesn't feel worth it on the long run.

Bug: https://bugs.gentoo.org/835395
Closes: https://bugs.gentoo.org/835400
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2022-03-16 03:58:25 -04:00
parent dfab1acb54
commit 129a28a4e2

View File

@@ -237,6 +237,7 @@ BDEPEND=">=virtual/rust-1.59"
QA_FLAGS_IGNORED="usr/bin/${PN}"
src_configure() {
export RUSTFLAGS="-Cstrip=none ${RUSTFLAGS}" #835400
local myfeatures=( $(usev X clipboard) )
cargo_src_configure --no-default-features