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
|
opt-level = 3
|
||||||
overflow-checks = true
|
overflow-checks = true
|
||||||
strip = "symbols"
|
strip = "symbols"
|
||||||
panic = "abort"
|
|
||||||
control-flow-guard = true # Windows only
|
control-flow-guard = true # Windows only
|
||||||
debug = 0
|
debug = 0
|
||||||
|
|
||||||
|
@ -397,6 +396,7 @@ debug = 0
|
||||||
inherits = "release"
|
inherits = "release"
|
||||||
lto = 'fat'
|
lto = 'fat'
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
|
panic = "abort"
|
||||||
|
|
||||||
# For releases also try to max optimizations for dependencies:
|
# For releases also try to max optimizations for dependencies:
|
||||||
[profile.release-high-perf.build-override]
|
[profile.release-high-perf.build-override]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue