about summary refs log tree commit diff
path: root/src/bootstrap/dylib_util.rs
AgeCommit message (Collapse)AuthorLines
2022-01-01Make the rustc and rustdoc wrapper not depend on libbootstrapbjorn3-0/+28
This slightly improves compilation time by reducing linking time (saving about a 1/10 of the the total compilation time after changing rustbuild) and slightly reduces disk usage (from 16MB for the rustc wrapper to 4MB).