]> git.proxmox.com Git - cargo.git/commit
Allow configuration of LTO in [profile]
authorAlex Crichton <alex@alexcrichton.com>
Fri, 26 Jan 2018 22:26:13 +0000 (14:26 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 26 Jan 2018 22:27:36 +0000 (14:27 -0800)
commitf52f4896029b6fc828f6ca3795192f01cc8192e3
tree4f0a27ed02d9717e90c88e590b5072b8ce6118a3
parent1d6dfea44f97199d5d5c177c7dadcde393eaff9a
Allow configuration of LTO in [profile]

This should help give access to ThinLTO when desired!
src/cargo/core/manifest.rs
src/cargo/ops/cargo_rustc/mod.rs
src/cargo/util/toml/mod.rs
tests/path.rs