Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
clhodapp
8y ago
0 comments
Save
Share
I thought that Bazel's notion of "incremental building" was at the project level of granularity too. Is that incorrect?
0 comments
1 comments · 1 top-level
top
newest
oldest
haldean
8y ago
Bazel recompiles at the source file level, and it's very good at only recompiling only what's necessary; for example, it caches object files for C++, and will only rebuild the object files of changed source files, and then relink.
j
/
k
navigate · click thread line to collapse