ninja-build/ninja

CMake build doesn't enable the use of ppoll on platforms that support it

开放

#1,821 创建于 2020年7月28日

 (2 条评论) (0 个反应) (0 位负责人)C++ (1,544 个派生)batch import
help wanted

仓库指标

星标
 (10,194 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

On platforms that support it, configure.py enables the use of ppoll by defining USE_PPOLL. CMake build doesn't replicate this logic which means that Ninja built with CMake is always going to use the less efficient pselect.

贡献者指南