swwww: cleanup

This commit is contained in:
Markus Volk
2025-07-09 09:39:10 +02:00
parent 4b3e6fed54
commit 95f39761bf
2 changed files with 0 additions and 57 deletions

View File

@ -1,28 +0,0 @@
From 9d25d0e1cfa6c9b0a6a4f732942500ccd4a34d50 Mon Sep 17 00:00:00 2001
From: Markus Volk <f_l_k@t-online.de>
Date: Sat, 31 Aug 2024 17:16:35 +0200
Subject: [PATCH] Cargo: dont strip by default
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Upstream-Status: Inappropriate [oe-specific]
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index d16be66..55ca185 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ debug = 0
lto = true
opt-level = 3
codegen-units = 1
-strip = true
+strip = false
[profile.bench]
lto = "thin"
--
2.45.2

View File

@ -1,29 +0,0 @@
From 49ba38198b2ca1928263eeafc24472fa548cba6b Mon Sep 17 00:00:00 2001
From: Markus Volk <f_l_k@t-online.de>
Date: Sat, 31 Aug 2024 16:32:52 +0200
Subject: [PATCH] client/Cargo.toml: disable dev dependecies
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Upstream-Status: Inappropriate [oe-specific]
---
client/Cargo.toml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/client/Cargo.toml b/client/Cargo.toml
index b715e90..aacfc91 100644
--- a/client/Cargo.toml
+++ b/client/Cargo.toml
@@ -33,9 +33,6 @@ clap = { version = "4.5", features = ["derive", "wrap_help", "env"] }
fastrand = { version = "2.1", default-features = false, features = ["std"] }
common = { workspace = true }
-[dev-dependencies]
-assert_cmd = "2.0"
-
[build-dependencies]
clap = { version = "4.5", features = ["derive", "env"] }
clap_complete = "4.5"
--
2.45.2