Add link-time optimization to the release profile

This commit is contained in:
Daniel Lynn 2021-07-11 12:23:17 -05:00
parent 91814db034
commit e3c198316e

View File

@ -11,3 +11,6 @@ bracket-lib = "~0.8.1"
legion = "=0.3.1"
serde = { version = "=1.0.115" }
ron = "=0.6.1"
[profile.release]
lto = "thin"