bit-vec is too slow for debug mode
This commit is contained in:
parent
f8bb4fa637
commit
dac408627b
1 changed files with 5 additions and 0 deletions
|
|
@ -78,7 +78,12 @@ parallel = ["rayon", "indexmap/rayon"]
|
|||
[lib]
|
||||
name = "oxipng"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 2
|
||||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
|
||||
[profile.dev.package.bit-vec]
|
||||
opt-level = 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue