X-Git-Url: https://git.r.bdr.sh/rbdr/page/blobdiff_plain/fb0da1eec8c545c3010bc3e838a402ce6ebd31d5..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"