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

Allow using ninja on default if ninja is found on Linux platform #172

Merged
merged 2 commits into from
May 7, 2022
Merged

Allow using ninja on default if ninja is found on Linux platform #172

merged 2 commits into from
May 7, 2022

Conversation

VitalyAnkh
Copy link
Contributor

Allow using ninja on default if ninja is found. It's enabled on the Linux platform by the build_linux.sh.

Ninja is much faster than Unix Make. It reduced the build time from 63.96 seconds to 12.14 seconds,
which means a 5x times speedup.

2022-05-07_12-33

…x platform by the build_linux.sh.

Ninja is much faster than Unix Make. It reduced the build time from 63.96 seconds to 12.14 seconds,
which means a 5x times speedup.

Signed-off-by: Vitaly Ankh <[email protected]>
@VitalyAnkh VitalyAnkh changed the title Allow using ninja on default if ninja is found Allow using ninja on default if ninja is found on Linux platform May 7, 2022
@hyv1001 hyv1001 self-requested a review May 7, 2022 06:10
@hyv1001 hyv1001 merged commit 0e3b2de into BoomingTech:main May 7, 2022
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