Open
Description
Description of issue with documention/Way documentation can be improved
I realized this while setting up cppinterop
over the weekend.
Kindly go through this memkind/memkind#33
This -->
cmake --build . --target clang clang-repl lld --parallel $(nproc --all)
should be replaced by -->
cmake --build . --target clang clang-repl lld --parallel $(sysctl -n hw.logicalcpu)
And the change needs to be made at multiple places in the documentation.