diff --git a/Cargo.toml b/Cargo.toml index fd9ebef..a80eeb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,5 @@ tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] } [profile.release] lto = "yes" -opt-level = "z" \ No newline at end of file +opt-level = "z" +strip="debuginfo"