move panic = "abort" to release-high-perf build profile

i don't really want to do this but broken dependencies
are making this unavoidable

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-02 00:01:55 -04:00 committed by June
parent a20b071a8a
commit 935202eaa3

View file

@ -388,7 +388,6 @@ incremental = false
opt-level = 3
overflow-checks = true
strip = "symbols"
panic = "abort"
control-flow-guard = true # Windows only
debug = 0
@ -397,6 +396,7 @@ debug = 0
inherits = "release"
lto = 'fat'
codegen-units = 1
panic = "abort"
# For releases also try to max optimizations for dependencies:
[profile.release-high-perf.build-override]