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

pass MAKEFLAGS to openssl build #256

Merged
merged 1 commit into from Oct 25, 2021
Merged

pass MAKEFLAGS to openssl build #256

merged 1 commit into from Oct 25, 2021

Conversation

truemedian
Copy link
Member

@truemedian truemedian commented Oct 24, 2021

While poking around with the aarch64 luvi builds I noticed that even though the Makefile passes -jN to the initial cmake build, the openssl build does not. This most likely is because ExternalProject doesn't preserve the environment (and therefore the MAKEFLAGS var doesn't exist inside).

This should speed up the luvi regular and regular-asm build for any linux or darwin machine that has more than one core.

@zhaozg zhaozg merged commit 2335e28 into luvit:master Oct 25, 2021
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.

None yet

3 participants