removed debug information from distrbution & release profiles to reduce binary size

This commit is contained in:
sreedev
2023-08-10 12:59:07 -04:00
parent 05c95bb67a
commit 8463e72f2d

View File

@@ -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