Use lto fat and panic abort
This commit is contained in:
parent
4cb8296b02
commit
f969d03bde
1 changed files with 2 additions and 4 deletions
|
|
@ -95,8 +95,6 @@ path = "src/lib.rs"
|
||||||
opt-level = 2
|
opt-level = 2
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = "thin"
|
lto = "fat"
|
||||||
strip = "symbols"
|
strip = "symbols"
|
||||||
|
panic = "abort"
|
||||||
[profile.dev.package.bitvec]
|
|
||||||
opt-level = 3
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue