mirror of
https://github.com/sreedevk/deduplicator.git
synced 2026-09-07 10:34:22 +00:00
removed debug information from distrbution & release profiles to reduce binary size
This commit is contained in:
@@ -32,5 +32,8 @@ unicode-segmentation = "1.10.0"
|
|||||||
# generated by 'cargo dist init'
|
# generated by 'cargo dist init'
|
||||||
[profile.dist]
|
[profile.dist]
|
||||||
inherits = "release"
|
inherits = "release"
|
||||||
debug = true
|
debug = false
|
||||||
split-debuginfo = "packed"
|
split-debuginfo = "packed"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
strip = true
|
||||||
|
|||||||
Reference in New Issue
Block a user