ninja-build/ninja
在 GitHub 查看CMake build doesn't enable the use of ppoll on platforms that support it
Open
#1,821 建立於 2020年7月28日
help wanted
描述
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.