Skip to content

feat: add make/cmake build output filter #724

@bug-ops

Description

@bug-ops

Parent: #717

Problem

make outputs entering/leaving directory lines and compiler invocations. Only errors and warnings matter.

Acceptance Criteria

  • Match make, cmake --build, ninja
  • Strip make[N]: Entering/Leaving directory lines
  • Strip compiler invocation lines (gcc, g++, cc, c++, clang)
  • Strip linker lines (ld, ar)
  • Preserve warnings and errors
  • Config: [tools.filters.make] with enabled flag
  • Tests
  • Expected savings: 70-90%

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions