mirror of
https://github.com/pcvolkmer/cert-tools.git
synced 2025-09-13 11:12:52 +00:00
build: update release build profile
This commit is contained in:
@@ -10,4 +10,11 @@ rfd = "0.15"
|
||||
itertools = "0.14"
|
||||
|
||||
[build-dependencies]
|
||||
winresource = "0.1"
|
||||
winresource = "0.1"
|
||||
|
||||
[profile.release]
|
||||
opt-level = "z"
|
||||
codegen-units = 1
|
||||
lto = true
|
||||
strip = true
|
||||
panic = "abort"
|
Reference in New Issue
Block a user