Skip to content
  • Brad King's avatar
    ENH: Allow projects to disable per-rule progress · 2f651c2e
    Brad King authored
    This creates global property RULE_PROGRESS which can be set to disbale
    per-rule progress reporting.  On Windows, progress reports may cause a
    noticable delay due to the cost of starting an extra process.  This
    feature will allow scripted builds to avoid the cost since they do not
    need detailed progress anyway.  See issue #8726.
    2f651c2e