commit | c5ef7fac239d24e72ae09d48c3ab4ae02e57603d | [log] [tgz] |
---|---|---|
author | Jeremy Day <jeremy@thebrowser.company> | Mon Apr 22 12:25:02 2024 -0700 |
committer | Jeremy Day <jeremy@thebrowser.company> | Tue Apr 23 10:29:08 2024 -0700 |
tree | e2aaff9421614c2219d92c93351d1392cfd3aca4 | |
parent | f1b3143ee95303e97f518f4f357f6f09b966170e [diff] |
Swift/Ninja: Add description to Swift object build steps By default, Ninja displays the full build command for the object which is very verbose. Warnings are often lost in the noise, and compile errors take some searching to find. If a build step fails, Ninja will still print out the full build command, so there's no loss of useful information. Fixes: #25853