mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-10-02 19:53:27 +00:00
remove libc crate; optimize release profile
This commit is contained in:
parent
42a7f2fc77
commit
6dafa776d2
2 changed files with 7 additions and 2 deletions
|
@ -4,9 +4,15 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
nix = {version = "0.29", features = ["fs"]}
|
||||
color-eyre = { version = "0.6", default-features = false }
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
opt-level = "z"
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue