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:
parent
a20b071a8a
commit
935202eaa3
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue