Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build cores in parellel #129

Merged
merged 1 commit into from
Jul 19, 2024
Merged

Build cores in parellel #129

merged 1 commit into from
Jul 19, 2024

Conversation

garbear
Copy link
Member

@garbear garbear commented Jul 19, 2024

Description

This PR modifies the core's CMakeLists.txt file to add the parallel -j flag to the build command.

Credit to @fuzzard.

How has this been tested?

Ran locally on my workstation:

[ 29%] Performing configure step for 'scummvm'
-- The C compiler identification is GNU 11.4.0
-- The CXX compiler identification is GNU 11.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using 16 threads deduced by ProcessorCount
-- Configuring done
-- Generating done
  • "Using 16 threads deduced by ProcessorCount" appears in the output.

Ran on ScummVM. Jenkins results: https://jenkins.kodi.tv/blue/organizations/jenkins/kodi-game%2Fgame.libretro.scummvm/detail/2.9.0.44-Omega/1/pipeline

@garbear garbear merged commit ea97c6c into kodi-game:master Jul 19, 2024
1 check failed
@garbear garbear deleted the build-parallel branch July 19, 2024 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant