Skip to content

Commit

Permalink
chore: remove debug size
Browse files Browse the repository at this point in the history
  • Loading branch information
hardfist committed Jan 28, 2025
1 parent b167889 commit 5a43202
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ inherits = "release"
lto = "fat"

[profile.release-debug]
debug = true
# reduce debug size for linux
debug = 'limited'
inherits = "release"
split-debuginfo = "off"
strip = false
Expand Down

0 comments on commit 5a43202

Please sign in to comment.