From fa73c562456b687641f6c86cff906b8a1899f5d4 Mon Sep 17 00:00:00 2001 From: cody Date: Sat, 7 Jan 2017 23:56:29 -0500 Subject: Enabled Rustc' Link Time Optimization --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 67614ddb..4d0af202 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,4 +46,5 @@ rev = "af7fe340bd4a2af53ea521defcb4f377cdc588cf" [profile.release] +lto = true debug = true -- cgit v1.2.3-54-g00ecf