https://blog.csdn.net/rikeyone/article/details/108706974

ninja
a small build system with a focus on speed
推荐内容
GitHub 加速计划 / ni / ninja
4
0
下载
a small build system with a focus on speed
最近提交(Master分支:7 个月前 )
649ec6cd Fix depfile parser to support ? 2 个月前
e9033575 The `?` is actually valid on Unix filesystems, as well as on Windows when it appears at the start of the path, as in `\\?\C:\foo` or `//?/C:/foo`. Before this patch, the depfile parser considered it as whitespace and would mistakenly decompose `//?/C:/foo` into two separate paths (`//` and `/C:/foo`) which broke Ninja incremental builds. The major change in in src/depfile_parser.in.cc Note that re2c version 3.1 was used to regenerate depfile_parser.cc from that file. Fixes #2568 2 个月前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐