]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #75094 - 0dvictor:cgu, r=oli-obk
authorTyler Mandry <tmandry@gmail.com>
Wed, 9 Sep 2020 22:05:43 +0000 (15:05 -0700)
committerGitHub <noreply@github.com>
Wed, 9 Sep 2020 22:05:43 +0000 (15:05 -0700)
commit07dbe49ce9239c5caefe8556566cab0b36c60faf
tree031290f9b26e20a4fe2e466195414111f18ac0ff
parente2be5f568d1f60365b825530f5b5cb722460591b
parentc81b43d8ac0dd68a49c4c65771c3c65a4ca61f93
Rollup merge of #75094 - 0dvictor:cgu, r=oli-obk

Add `-Z combine_cgu` flag

Introduce a compiler option to let rustc combines all regular CGUs into a single one at the end of compilation.

Part of Issue #64191