Comment by maccard
11 hours ago
The build tool groups files into a roughly equivalent size based on file length, and dispatches compiles those in parallel.
11 hours ago
The build tool groups files into a roughly equivalent size based on file length, and dispatches compiles those in parallel.
how many groups do people usually use to get a fast build (alternatively what is the group size)?
It’s about 300kb before pre processor expansion by default. I’ve never changed it.