Commit 8cc8c2f
Do not include libraries when compiling (#3801)
In this PR, when in experimental_use_cc_common_link mode, we no longer
include linker, runtime libraries, and any transitive libraries to link
in the rustc compilation action. This makes incremental rebuilds faster
by not recompiling when once of those linker inputs changes.
Co-authored-by: Krasimir Georgiev <krasimir@google.com>1 parent f29a63c commit 8cc8c2f
1 file changed
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
753 | 753 | | |
754 | 754 | | |
755 | 755 | | |
756 | | - | |
| 756 | + | |
757 | 757 | | |
758 | 758 | | |
759 | 759 | | |
760 | 760 | | |
761 | | - | |
| 761 | + | |
762 | 762 | | |
763 | 763 | | |
764 | 764 | | |
| |||
802 | 802 | | |
803 | 803 | | |
804 | 804 | | |
805 | | - | |
| 805 | + | |
806 | 806 | | |
807 | | - | |
808 | | - | |
809 | 807 | | |
810 | 808 | | |
811 | 809 | | |
812 | 810 | | |
813 | 811 | | |
814 | | - | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
| 815 | + | |
815 | 816 | | |
816 | 817 | | |
817 | 818 | | |
| |||
0 commit comments