Set the optimisation for performance rather than size

Signed-off-by: Soapydev <alexandre.beauchamp.thibault@gmail.com>
This commit is contained in:
Soapydev 2024-08-19 16:49:55 -04:00
parent 8e8f31e2e6
commit ad91d291e9

View File

@ -22,7 +22,7 @@ path = "src/main.rs"
[profile.release]
opt-level = "z"
opt-level = 3
debug = false
lto = true
codegen-units = 1