From 129a28a4e2f2ccdadb45ce6e639901eed35ecb32 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Wed, 16 Mar 2022 03:58:25 -0400 Subject: [PATCH] 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 --- app-misc/broot/broot-1.9.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-misc/broot/broot-1.9.4.ebuild b/app-misc/broot/broot-1.9.4.ebuild index c0f53d29eed84..d6400d4a9527b 100644 --- a/app-misc/broot/broot-1.9.4.ebuild +++ b/app-misc/broot/broot-1.9.4.ebuild @@ -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