From c006dae1619e419e7e9750c3ee432a54f756cc14 Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Thu, 8 Mar 2018 20:12:22 -0800 Subject: [PATCH] Disable LTO It's nice to be able to use incremental compilation for release builds. TODO quantify performance impact. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c7f4f26..baedd123 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,5 +55,4 @@ bench = [] gl_generator = "0.9" [profile.release] -lto = true debug = 1