diff --git a/Cargo.toml b/Cargo.toml index c99fc4cf..5a9789d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,3 +16,8 @@ obj = "0.10.2" pollster = "0.3.0" wgpu = "0.17.0" winit = "0.28.6" + +[profile.release] +lto = true +strip = true +codegen-units = 1