tenseleyflow/fussr / 5c42838

Browse files

fix: disable LTO for better C library linking

Authored by espadonne
SHA
5c42838f64c00a71d41ed90f234f3e3d6306c273
Parents
fb9c605
Tree
281b6bd

3 changed files

StatusFile+-
M Cargo.lock 1 1
M Cargo.toml 1 2
M fussr.spec 1 1
Cargo.lockmodified
@@ -285,7 +285,7 @@ dependencies = [
285285
 
286286
 [[package]]
287287
 name = "fussr"
288
-version = "0.2.5"
288
+version = "0.2.6"
289289
 dependencies = [
290290
  "anyhow",
291291
  "clap",
Cargo.tomlmodified
@@ -1,6 +1,6 @@
11
 [package]
22
 name = "fussr"
3
-version = "0.2.5"
3
+version = "0.2.6"
44
 edition = "2021"
55
 description = "A git staging TUI tool - Rust port of fuss"
66
 authors = ["Matthew Wolffe"]
@@ -25,5 +25,4 @@ thiserror = "2.0"
2525
 unicode-width = "0.2"
2626
 
2727
 [profile.release]
28
-lto = true
2928
 strip = true
fussr.specmodified
@@ -1,5 +1,5 @@
11
 Name:           fussr
2
-Version:        0.2.5
2
+Version:        0.2.6
33
 Release:        1%{?dist}
44
 Summary:        A git staging TUI tool - Rust port of fuss
55