From 935202eaa3db12b3927e662a054b4b3afb24ea5b Mon Sep 17 00:00:00 2001 From: strawberry Date: Tue, 2 Apr 2024 00:01:55 -0400 Subject: [PATCH] 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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 119f654e..09604565 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]