We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95f7fde + 49ccd13 commit 1971fc3Copy full SHA for 1971fc3
1 file changed
Cargo.toml
@@ -145,3 +145,8 @@ unimplemented = "forbid"
145
146
[dev-dependencies]
147
tokio-test = "0.4"
148
+
149
+[profile.release]
150
+lto = "thin"
151
+strip = true
152
0 commit comments