Skip to content

make -j should use --threads for Fastchess and Engine building #311

@kotenok2000

Description

@kotenok2000

There is a problem with fastchess builder.
It specifies make -j, which means it attempts to compile all files at once, sometimes making system unusable for the duration of the build.
It should take job parameters from client.py options

make_cmd = ['make', '-j', 'CXX=%s' % config.cxx_comp]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions