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

Fix make parallelism #30

Closed
wants to merge 1 commit into from
Closed

Fix make parallelism #30

wants to merge 1 commit into from

Conversation

Blackhex
Copy link
Member

@Blackhex Blackhex commented Nov 2, 2023

Fixes parallelism of make execution.

@Blackhex Blackhex requested a review from ZacWalk November 2, 2023 11:24
@@ -173,7 +173,7 @@ build_mingw_headers()
{
echo "==== build mingw headers"
cd $BUILD_DIR/mingw-headers
make
make $PARALLEL_MAKE
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make_flags is an option for better naming here

Copy link
Member

@eukarpov eukarpov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe make_flags is

@ZacWalk
Copy link
Member

ZacWalk commented Nov 2, 2023

When I had this previously enabled I observed intermittent build failures. Is testing with this looking solid?

@ZacWalk ZacWalk closed this Nov 2, 2023
@Blackhex
Copy link
Member Author

Blackhex commented Nov 2, 2023

I don't think the issues I was having was related to this as GCC has beer running in parallel anyway and this PR is not chaning that. BTW, why this PR was closed?

@Blackhex Blackhex mentioned this pull request Nov 2, 2023
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.

3 participants