diff --git a/.cargo/config.toml b/.cargo/config.toml index 9900160..78c66c5 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,2 @@ [build] -rustflags = ["-Cforce-frame-pointers=yes"] +rustflags = ["-Cforce-frame-pointers=yes", "-Ccodegen-units=6", "--cfg", "tokio_unstable"] diff --git a/Cargo.toml b/Cargo.toml index fa3f068..c11bcc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,8 +9,6 @@ edition = "2024" [profile.release] opt-level = 2 debug = 1 -frame-pointer = "always" [profile.release.package."*"] debug = false -frame-pointer = "always"