Closed bsergean closed 1 year ago
Not that I can remember. Full C client compile takes less than 1 minute on a laptop, so parallel make support has never been a priority.
Hello, FWIW I opened a PR to solve parallel builds: https://github.com/aerospike/aerospike-client-c/pull/145
Hey @BrianNichols is this completed as "won't fix" (which I understand), or as there's CMake support somewhere in a branch ?
cmake is not supported. C client 6.5.0 supports parallel make (make -j). That functional improvement made a cmake port unnecessary.
Hi there,
Has there been any cmake support request ever ? cmake support is good for parallel build with make or ninja generator, and windows support.
I tried to build this library with make -j but I got a few errors (which might be fixed in the latest code).
Thanks !