Every time I execute git rebase-update & gclient sync -D
, it will take me 4-5 hours to recompile. Is there any method to reduce the time needed?
Use compiler cache: https://ccache.dev/
I'm not familiar with Chromium, so if there's any option to exclude building code for architectures other than your computer's, use that.
Don't build tests etc if you don't run them.
Ask on Chromium forum/ discussion groups https://www.chromium.org/developers/discussion-groups