optimize release builds a bit

This commit is contained in:
Quaternions 2023-09-05 15:15:22 -07:00
parent 1776dc4c39
commit abd002e3bf

View File

@ -16,3 +16,8 @@ obj = "0.10.2"
pollster = "0.3.0" pollster = "0.3.0"
wgpu = "0.17.0" wgpu = "0.17.0"
winit = "0.28.6" winit = "0.28.6"
[profile.release]
lto = true
strip = true
codegen-units = 1