Give amplitude the same build settings as the other games

Makes the build faster
This commit is contained in:
Gwilym Inzani 2023-06-30 22:09:06 +01:00
parent 28683e701f
commit 4fc4eab83b

View file

@ -14,6 +14,6 @@ opt-level = 2
debug = true
[profile.release]
panic = "abort"
lto = true
opt-level = 3
lto = "fat"
debug = true