mirror of
https://github.com/sreedevk/deduplicator.git
synced 2026-08-26 02:04:39 +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'
|
||||
[profile.dist]
|
||||
inherits = "release"
|
||||
debug = true
|
||||
debug = false
|
||||
split-debuginfo = "packed"
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
|
||||
Reference in New Issue
Block a user