blob: f5a548f04a47a7df12b6e6e34c5151ed61eb148e (
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
|
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
|