mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
The GNU `ld(1)` manual documents the `--dependency-file=depfile` single-argument form of the flag. Prefer it over the multi-argument `--dependency-file depfile` form so that only one argument needs to be passed through the compiler driver by `-Wl,` or equivalent. This may improve diagnostics in cases where it is unsupported, making them easier to diagnose. Issue: #26483