]> git.lizzy.rs Git - rust.git/commit
Auto merge of #41354 - alexcrichton:tool-no-debug, r=aturon
authorbors <bors@rust-lang.org>
Wed, 19 Apr 2017 11:07:08 +0000 (11:07 +0000)
committerbors <bors@rust-lang.org>
Wed, 19 Apr 2017 11:07:08 +0000 (11:07 +0000)
commit452bf0852e1d47f7478d8b81328c15b183c6d971
treebb9d303fbed54868cc0896f2235cfa3efc032535
parent467aaab50ef0c7284121d59d8f7af3184836e586
parente3ad1b58f560ba0557d21c1aceb25da3442ba3f6
Auto merge of #41354 - alexcrichton:tool-no-debug, r=aturon

Disable debuginfo when compiling tools

Currently the Cargo binary has jumped from 14M to 34M on the beta channel, which
appears to be due to the fact that we're compiling tools with debug information
inside them. This additionally means that the `rls` binary is 62M right now!

This wasn't an intentional change, so be sure to disable debuginfo when
compiling tools as it's just intended for the standard library and compile for
now.