From 083cc4a286d740c3787117c999c935ff68ad2dc9 Mon Sep 17 00:00:00 2001 From: Zach Reizner Date: Fri, 1 Mar 2019 18:14:54 -0800 Subject: crosvm: remove LTO from release profile Builders of crosvm, such as the crosvm ebuild, should determine if they want LTO enabled. By having lto removed from the release profile, builders using `--release` will not be forced to use LTO. BUG=None TEST=cargo build --release should be heckin' fast Change-Id: I4e231b6dac7670ab146d36c1c1660ab67935285a Reviewed-on: https://chromium-review.googlesource.com/1497734 Commit-Ready: ChromeOS CL Exonerator Bot Tested-by: kokoro Tested-by: Zach Reizner Reviewed-by: Chirantan Ekbote --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index dd0be66..cc39e5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" authors = ["The Chromium OS Authors"] [profile.release] -lto = true panic = 'abort' overflow-checks = true -- cgit 1.4.1