Try fixing linkage

This commit is contained in:
Sergey Kuznetsov
2026-04-29 14:12:53 +01:00
parent d009ef221f
commit abb2ef3bec
2 changed files with 2 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "link-args=-static-libgcc"]

View File

@@ -11,12 +11,8 @@ cxx = { version = "1.0.194", features = ["c++20"] }
[workspace.package]
edition = "2024"
[profile.dev]
panic = "abort"
[profile.release]
opt-level = 3
overflow-checks = true
lto = true
debug = true
panic = "abort"