diff --git a/Cargo.toml b/Cargo.toml index f7ef563..1fbe774 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,5 @@ actix-files = "0.6.2" [profile.release] lto = true -codegen-units = 1 \ No newline at end of file +codegen-units = 1 +strip = true \ No newline at end of file