Add optimisations to debug builds

This commit is contained in:
Jarrod Doyle 2023-10-20 11:01:26 +01:00
parent 13fad676ad
commit 08e819a938
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 6 additions and 0 deletions

View File

@ -14,3 +14,9 @@ pollster = "0.3.0"
simdnoise = "3.1.6"
wgpu = "0.15.1"
winit = "0.28.3"
[profile.dev]
opt-level = 1
[profile.dev.package."*"]
opt-level = 3