diff --git a/Cargo.toml b/Cargo.toml index fef9553..f545e11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,3 +20,7 @@ openvr = { git = "https://github.com/rust-openvr/rust-openvr" } openvr_sys = "*" piston = "*" piston_window = "*" + +[profile.release] +lto = true +panic = "abort"