On 7 Mar 2023, at 15:13, Zoltan Boszormenyi via lists.openembedded.org <[email protected]> wrote: > > Hi, > > Recently, I had to create recipes for a few python modules, > among which a few used cmake to build their C or C++ pieces. > I saw from their build log that they complained about > the missing (optional) "ninja" python module, and falling back > to the traditional compile-one-file-at-a-time method. > > Do we want to speed up building python modules that > exploit this or using ninja is too rare to bother?
Ninja is used by cmake.bbclass and meson.bbclass, so absolutely use ninja if the build supports it. Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#178167): https://lists.openembedded.org/g/openembedded-core/message/178167 Mute This Topic: https://lists.openembedded.org/mt/97450739/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
