]> git.proxmox.com Git - cargo.git/commit
Auto merge of #2946 - alexcrichton:build-script-metadata, r=brson
authorbors <bors@rust-lang.org>
Tue, 2 Aug 2016 18:12:04 +0000 (11:12 -0700)
committerGitHub <noreply@github.com>
Tue, 2 Aug 2016 18:12:04 +0000 (11:12 -0700)
commitf4a23e7929fdc802a78671e9637a18ae1ecb566a
treebb7cde7d1e2e086eb7e64623421b647998a92f2f
parentf09ef68cc47956ccc5f99212bdcdd15298c400a0
parent083ff01eef83770d7e62d0dac61ab94522c77e42
Auto merge of #2946 - alexcrichton:build-script-metadata, r=brson

Always pass `-C metadata` to the compiler

If it's not otherwise available we just key it off the pkgid which should be
unique enough across compilations. This should help incremental compilation
efforts be "more incremental" across projects.

Closes #2943
tests/build-script.rs
tests/cargo_alias_config.rs