mirror of
https://github.com/Dangoware/sqp.git
synced 2025-04-19 07:12:55 -05:00
Added production
profile
This commit is contained in:
parent
5ae122a0a9
commit
52deeda8c9
1 changed files with 7 additions and 0 deletions
|
@ -15,3 +15,10 @@ byteorder = "1.5"
|
|||
integer-encoding = "4.0"
|
||||
rayon = "1.10"
|
||||
thiserror = "1.0"
|
||||
|
||||
[profile.production]
|
||||
inherits = "release"
|
||||
lto = true
|
||||
strip = true
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
||||
|
|
Loading…
Reference in a new issue