Use lto fat and panic abort

This commit is contained in:
Andrew 2024-02-18 18:29:24 +13:00
parent 4cb8296b02
commit f969d03bde

View file

@ -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