fix release optimization level
This commit is contained in:
parent
3d083c2e06
commit
aa903203cf
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ edition = "2021"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
repository = "https://git.askiiart.net/askiiart/cat2text-rs"
|
repository = "https://git.askiiart.net/askiiart/cat2text-rs"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
opt-level = 3
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "cat2text"
|
name = "cat2text"
|
||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue