From 919a08883a1a91dd8ff4f64a4b4f9c19e1b97b21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=E1=BA=A5n-Anh=20Nguy=E1=BB=85n?= Date: Mon, 13 May 2019 20:49:23 +0700 Subject: [PATCH] Enable LTO; increase opt-level --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 729d612..5aff423 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,4 +25,7 @@ features = ["exception"] [dependencies] lazy_static = "1.3.0" cocoa = "0.18.4" -#core-foundation = "0.6.4" + +[profile.release] +opt-level = 3 +lto = "thin" \ No newline at end of file