samurai implements the ninja build language through version 1.9.0 except for MSVC dependency handling (deps = msvc). It uses the same format for .ninj

michaelforney/samurai

submited by
Style Pass
2022-08-14 03:00:03

samurai implements the ninja build language through version 1.9.0 except for MSVC dependency handling (deps = msvc). It uses the same format for .ninja_log and .ninja_deps as ninja, currently version 5 and 4 respectively.

Scheduling jobs based on load average requires through the non-standard, but widely available getloadavg function. This feature can be disabled by defining the NO_GETLOADAVG macro when calling the C compiler.

Leave a Comment