]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #49959 - cuviper:debuginfo-tools, r=Mark-Simulacrum
authorkennytm <kennytm@gmail.com>
Mon, 16 Apr 2018 17:51:02 +0000 (01:51 +0800)
committerkennytm <kennytm@gmail.com>
Mon, 16 Apr 2018 19:34:31 +0000 (03:34 +0800)
commit34ee31d6f2b7d7003ef8f623cd2c0b1fc1e010bb
treefe8d5a99772292691d190d43e9aef76a0479bf8e
parent73ea8939ee3480f8605360e1ec88b4b86a9f2c8b
parent93734e9c46e30acc9a51f19c56511ce8516b6855
Rollup merge of #49959 - cuviper:debuginfo-tools, r=Mark-Simulacrum

rustbuild: allow building tools with debuginfo

Debugging information for the extended tools is currently disabled for
concerns about the size.  This patch adds `--enable-debuginfo-tools` to
let one opt into having that debuginfo.

This is useful for debugging the tools in distro packages.  We always
strip debuginfo into separate packages anyway, so the extra size is not
a concern in regular use.