fix(cli): release-profile (#216

Fix CLI release profile
This commit is contained in:
Cain 2024-07-19 23:24:38 +01:00 committed by GitHub
commit 397817b6d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,10 @@
[profile.release]
opt-level = 'z'
debug = false
rpath = true
lto = 'fat'
codegen-units = 1
strip = 'debuginfo'
[profile.release.package."*"]
opt-level = 'z'