mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 04:26:38 +00:00
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 <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Tested-by: kokoro <noreply+kokoro@google.com> Tested-by: Zach Reizner <zachr@chromium.org> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
This commit is contained in:
parent
b852264e21
commit
083cc4a286
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ version = "0.1.0"
|
|||
authors = ["The Chromium OS Authors"]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
panic = 'abort'
|
||||
overflow-checks = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue