summaryrefslogtreecommitdiff
path: root/app-shells/starship/files/starship-1.10.3-no-strip.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-04 19:18:10 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-04 19:18:10 +0100
commit07b0c0005f55e652101816d9f4cfe73403bf0906 (patch)
treeb29108de370177e8ce7c0d0d60e1e4319851d99b /app-shells/starship/files/starship-1.10.3-no-strip.patch
parent78754950ffa3aaba0f48b1ca1d505caa4a3dfbfa (diff)
gentoo auto-resync : 04:10:2022 - 19:18:10
Diffstat (limited to 'app-shells/starship/files/starship-1.10.3-no-strip.patch')
-rw-r--r--app-shells/starship/files/starship-1.10.3-no-strip.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/app-shells/starship/files/starship-1.10.3-no-strip.patch b/app-shells/starship/files/starship-1.10.3-no-strip.patch
new file mode 100644
index 000000000000..f5a548f04a47
--- /dev/null
+++ b/app-shells/starship/files/starship-1.10.3-no-strip.patch
@@ -0,0 +1,27 @@
+From 637ef935b0a4f60524a0c0ce034317f2dee04b78 Mon Sep 17 00:00:00 2001
+From: Randy Barlow <randy@electronsweatshop.com>
+Date: Sat, 1 Oct 2022 13:52:53 -0400
+Subject: [PATCH] Do not strip executable
+
+This should be a choice for the user.
+
+Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
+---
+ Cargo.toml | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Cargo.toml b/Cargo.toml
+index 2fccbe11..4595c33f 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -123,7 +123,6 @@ tempfile = "3.2.0"
+ [profile.release]
+ codegen-units = 1
+ lto = true
+-strip = true
+
+ [[bin]]
+ name = "starship"
+--
+2.37.3
+