lto/no-unwind in release builds

This commit is contained in:
2016-11-03 15:29:45 -07:00
parent b955d7f1b6
commit 493563b7cc

View File

@@ -20,3 +20,7 @@ openvr = { git = "https://github.com/rust-openvr/rust-openvr" }
openvr_sys = "*"
piston = "*"
piston_window = "*"
[profile.release]
lto = true
panic = "abort"