mirror of
https://github.com/edu4rdshl/unimap.git
synced 2026-07-17 23:24:49 +00:00
Update builder.sh
Cargo.toml: add [profile.release] Signed-off-by: Edu4rdSHL <edu4rdshl@protonmail.com>
This commit is contained in:
parent
661c4b1a04
commit
a41b1807cb
2 changed files with 29 additions and 0 deletions
|
|
@ -39,3 +39,11 @@ openssl = { version = "0.10.34", features = ["vendored"] }
|
|||
[target.'cfg(windows)'.dependencies]
|
||||
atty = "0.2.14"
|
||||
winapi = { version = "0.3.9", features = ["handleapi", "winbase"] }
|
||||
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
codegen-units = 1
|
||||
panic = 'abort'
|
||||
incremental = false
|
||||
opt-level = "s"
|
||||
Loading…
Add table
Add a link
Reference in a new issue