-
Notifications
You must be signed in to change notification settings - Fork 556
Commit fa361a6
Rollup merge of #145452 - Kobzol:bootstrap-strip, r=jieyouxu
Do not strip binaries in bootstrap everytime if they are unchanged
I was profiling bootstrap to figure out why a no-op build takes upward of two seconds on my machine. I found that half of that is Cargo (which is mostly unavoidable) and the rest (~900ms) is running strip. We don't need to restrip already stripped binaries all the time.
r? `@jieyouxu`File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments