fix(cli): add explicit cargo config for crate

This commit is contained in:
Cain 2024-07-16 22:49:09 +01:00
parent 3aaa32edb8
commit 3300c65b07

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'