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.

貢獻者指南