summaryrefslogtreecommitdiff
path: root/app-shells/starship/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-14 00:01:24 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-14 00:01:24 +0100
commit59c2499e0c9720169c9d5a02168c51c807a21467 (patch)
tree48c68a8a7e0094b2edaace12850e6c059bc3636b /app-shells/starship/files
parenta25cc082a26782e5d39ded4559c91ff11bc3c299 (diff)
gentoo auto-resync : 14:05:2024 - 00:01:24
Diffstat (limited to 'app-shells/starship/files')
-rw-r--r--app-shells/starship/files/starship-1.16.0-no-strip.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-shells/starship/files/starship-1.16.0-no-strip.patch b/app-shells/starship/files/starship-1.16.0-no-strip.patch
deleted file mode 100644
index f12e06d5a23d..000000000000
--- a/app-shells/starship/files/starship-1.16.0-no-strip.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 33abb516432e24e3f2b53f5c25b4e0984252a034 Mon Sep 17 00:00:00 2001
-From: Randy Barlow <randy@electronsweatshop.com>
-Date: Wed, 12 Jul 2023 20:20:45 -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 | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Cargo.toml b/Cargo.toml
-index ff0769e..c09c066 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -130,7 +130,7 @@ tempfile = "3.7.0"
- [profile.release]
- codegen-units = 1
- lto = true
--strip = true
-+strip = false
-
- [[bin]]
- name = "starship"
---
-2.41.0
-