]> git.lizzy.rs Git - rust.git/commit
rustbuild: allow building tools with debuginfo
authorJosh Stone <jistone@redhat.com>
Fri, 13 Apr 2018 23:52:54 +0000 (16:52 -0700)
committerJosh Stone <jistone@redhat.com>
Fri, 13 Apr 2018 23:52:54 +0000 (16:52 -0700)
commitcc2906cb26304301709557a88ac4a3334b88616b
treedbf063997d29feaec4b3d635b3f2ca686ea881cd
parent7291829268ced93054aa74072b074799e0e563e3
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.
CONTRIBUTING.md
config.toml.example
src/bootstrap/builder.rs
src/bootstrap/config.rs
src/bootstrap/configure.py