Enable thin LTO on the release profile

This commit is contained in:
Robbert van der Helm
2022-03-09 01:16:48 +01:00
parent cec42ac2d6
commit 5e8548d9ce

View File

@@ -67,4 +67,5 @@ features = [
]
[profile.release]
lto = "thin"
strip = "symbols"