diff --git a/Cargo.toml b/Cargo.toml index da28dca..1bfefaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,6 @@ lto = true opt-level = 3 codegen-units = 1 panic = "abort" -debug = false \ No newline at end of file +debug = false +strip = "symbols" +debug-assertions = false