make binary smaller

This commit is contained in:
Ilyar
2022-09-11 11:43:01 +02:00
parent 9bf98214d4
commit f8aef96041
+1
View File
@@ -66,6 +66,7 @@ serde_derive = "1.0.126"
[profile.release]
opt-level = 3
lto = true
strip = true # Automatically strip symbols from the binary.
[profile.dev]
opt-level = 2