Passing -j
to GNU Make in a custom_target
#13174
-
I have a project where meson manages most of the targets, but this project contains a few Linux kernel modules, and as such they must be compiled by calling I tried to look into the jobserver support in ninja (or meson, but I think ninja is the right place for that) and did not find anything. Or should this question be asked in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This would require ninja-build/ninja#2260 to be able to do it. If implemented, we could generate a ninja file that runs make and has make ask ninja for job slots. |
Beta Was this translation helpful? Give feedback.
This would require ninja-build/ninja#2260 to be able to do it. If implemented, we could generate a ninja file that runs make and has make ask ninja for job slots.