fix: disable LTO for better C library linking
- SHA
5c42838f64c00a71d41ed90f234f3e3d6306c273- Parents
-
fb9c605 - Tree
281b6bd
5c42838
5c42838f64c00a71d41ed90f234f3e3d6306c273fb9c605
281b6bd| Status | File | + | - |
|---|---|---|---|
| M |
Cargo.lock
|
1 | 1 |
| M |
Cargo.toml
|
1 | 2 |
| M |
fussr.spec
|
1 | 1 |
Cargo.lockmodified@@ -285,7 +285,7 @@ dependencies = [ | ||
| 285 | 285 | |
| 286 | 286 | [[package]] |
| 287 | 287 | name = "fussr" |
| 288 | -version = "0.2.5" | |
| 288 | +version = "0.2.6" | |
| 289 | 289 | dependencies = [ |
| 290 | 290 | "anyhow", |
| 291 | 291 | "clap", |
Cargo.tomlmodified@@ -1,6 +1,6 @@ | ||
| 1 | 1 | [package] |
| 2 | 2 | name = "fussr" |
| 3 | -version = "0.2.5" | |
| 3 | +version = "0.2.6" | |
| 4 | 4 | edition = "2021" |
| 5 | 5 | description = "A git staging TUI tool - Rust port of fuss" |
| 6 | 6 | authors = ["Matthew Wolffe"] |
@@ -25,5 +25,4 @@ thiserror = "2.0" | ||
| 25 | 25 | unicode-width = "0.2" |
| 26 | 26 | |
| 27 | 27 | [profile.release] |
| 28 | -lto = true | |
| 29 | 28 | strip = true |
fussr.specmodified@@ -1,5 +1,5 @@ | ||
| 1 | 1 | Name: fussr |
| 2 | -Version: 0.2.5 | |
| 2 | +Version: 0.2.6 | |
| 3 | 3 | Release: 1%{?dist} |
| 4 | 4 | Summary: A git staging TUI tool - Rust port of fuss |
| 5 | 5 | |