Skip to content

Consider changing the MAC OS instruction using nproc #395

Open
@faze-geek

Description

@faze-geek

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationto-fix

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions