Skip to content

Ninja: Permit control of "deps = gcc" in generated rules.ninja

This commit enables users to control the deps argument generated for ninja targets. Ninja has a feature, designed for performance, where it collects all of the generated dependency files emitted when gcc is passed the -MF flag into its own internal database (.ninja_deps). This allows the user to disable that feature.

Fixes: #19355
Topic-rename: ninja-custom-deptype

Edited by Brad King

Merge request reports