]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
win32*.sh: use ninja instead of make 38819/head
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Wed, 3 Feb 2021 13:45:14 +0000 (13:45 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Fri, 5 Mar 2021 13:15:51 +0000 (13:15 +0000)
commitfca903f6d6763dde501ddc494a4018b957e37d36
tree012d8912ec433e0e82e714f74194dfd174c0b017
parenteaa415f1693546693dfb145d717208657cc9095b
win32*.sh: use ninja instead of make

In order to avoid overcomplicating the ceph cmake files, we're
picking make targets individually.

This is quite inefficient. Ninja can improve the build concurrency,
reducing the build duration by almost 50%.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
win32_build.sh