strip release builds
This commit is contained in:
parent
23c126ec9a
commit
445662727e
1 changed files with 3 additions and 0 deletions
|
@ -13,3 +13,6 @@ quick-xml = "0.37"
|
|||
[dependencies.rusqlite]
|
||||
version = "0.32.1"
|
||||
features = ["bundled"]
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
|
|
Loading…
Reference in a new issue