Skip to content

Commit

Permalink
Strip release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Ax9D committed Jan 5, 2023
1 parent b6b7b84 commit 813eab3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ license = "GPL-3.0-only"

edition = "2021"


[dependencies]
pipewire = "0.5"
rand = "0.8"
Expand All @@ -27,3 +28,4 @@ serde = { version = "1", features = ["derive"] }

[profile.release]
lto = true
strip = true

0 comments on commit 813eab3

Please sign in to comment.