ninja-build/ninja
CMake build doesn't enable the use of ppoll on platforms that support it
オープン
#1,821 opened on 2020/07/28
help wanted
Repository metrics
- Stars
- (10,194 個のスター)
- PR merge metrics
- (平均マージ 39d 3h) (30d で 10 merged PRs)
説明
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.