-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Building a large project with ninja output going to an emacs compilation buffer is painful b/c emacs doesn't do so well with 10k-line-buffers.
IWBN to have a rate-limit on progress messages, such as "don't emit a progress message more often than once per seconds". Could be done with an env var or a cmd-line option to ninja (I weakly prefer env var).
WDYT, worth writing a patch for?