8000 Allow using ninja on default if ninja is found on Linux platform by VitalyAnkh · Pull Request #172 · BoomingTech/Piccolo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

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

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