summaryrefslogtreecommitdiff
path: root/app-shells/starship/files/starship-1.15.0-no-strip.patch
blob: 118f0a2fc00609d1509b4d37543d0f22995fab62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 6e7f8930e15084670232a82c9f1f6698c181a811 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 8ef8c000..0a6e891b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@
 [profile.release]
 lto = true
 codegen-units = 1
-strip = true
+strip = false

 [[bin]]
 name = "starship"
-- 
2.41.0