X-Git-Url: https://git.r.bdr.sh/rbdr/page/blobdiff_plain/0ef8ece228e17b686e1745af97a86695f6d93117..8a12b5cd2b2fe5beb2cb72ecda8b51a707ea80f8:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 5879a10..742098f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,8 @@ version = "1.3.1" edition = "2021" [dependencies] + +[profile.release] +strip = true +lto = true +panic = "abort"