Skip to content

Commit

Permalink
cli: Strip symbols from release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Dec 31, 2023
1 parent feed358 commit 5d8d774
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ powerpack = { path = "../.." }
[[bin]]
name = "powerpack"
path = "src/main.rs"

[profile.release]
strip = "symbols"

0 comments on commit 5d8d774

Please sign in to comment.