Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: add concurrent level option for make while ninja is used #2701

Merged
merged 5 commits into from
Jan 1, 2025

Conversation

PragmaTwice
Copy link
Member

While ninja is used, some C dependencies like luajit still need to use make. However, we cannot pass the current concurrent level -jN from ninja to make due to some limitation.

So here we just add a new CMake variable to let users to specify it, instead of the default level -j1.

@PragmaTwice PragmaTwice requested a review from git-hulk December 31, 2024 13:35
PragmaTwice and others added 3 commits December 31, 2024 21:37
Signed-off-by: PragmaTwice <[email protected]>
Signed-off-by: PragmaTwice <[email protected]>
@PragmaTwice PragmaTwice merged commit ac5b9ac into apache:unstable Jan 1, 2025
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants