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
|
||||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
lto = "fat"
|
||||
strip = "symbols"
|
||||
|
||||
[profile.dev.package.bitvec]
|
||||
opt-level = 3
|
||||
panic = "abort"
|
||||
|
|
|
|||
Loading…
Reference in a new issue