author | Alex Butler <alexheretic@gmail.com> | 2023-11-10 10:44:50.0 +00:00:00 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-10 10:44:50.0 +00:00:00 |
commit | 491799894a0dae3a903b94fbad870dbde8840794 [patch] |
|
tree | 26fcdcb2af3a022f8b23c0227523838ab190414b |
|
parent | 208565205aae59eaedb66da9b32f868b232b8408 |
|
download | 491799894a0dae3a903b94fbad870dbde8840794.tar.gz |
Use thin lto and strip release binaries (#56)
Diff
Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 377101b..9fa92ad 100644 --- a/Cargo.toml +++ a/Cargo.toml @@ -41,3 +41,7 @@ urlencoding = "2.1" ustr = "0.10" uuid = { version = "1.1", features = ["v4"] } [profile.release] lto = "thin" strip = true