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]
|
[lib]
|
||||||
name = "oxipng"
|
name = "oxipng"
|
||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
opt-level = 2
|
opt-level = 2
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = "thin"
|
lto = "thin"
|
||||||
|
|
||||||
|
[profile.dev.package.bit-vec]
|
||||||
|
opt-level = 3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue