PragmaTwice opened a new pull request, #626: URL: https://github.com/apache/incubator-kvrocks/pull/626
Close #621. Benchmark between make and ninja build for kvrocks can be found in #625. TL;DR: The benchmark shows that ninja is slightly slower than make build in clean build, but has huge advantages in incremental build, which is very friendly to kvrocks developers who need to do frequent incremental builds. So in this PR, kvrocks still use make by default, but the problem that blocks ninja backend to successfully build in cmake is fixed and now `build.sh` has a `--ninja` option to enable ninja. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
