Use jom
to build OpenSSL on Windows
#26263
Nerixyz
started this conversation in
Maintenance
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The OpenSSL builds on Windows are really slow because they use
nmake
which can't parallelize the OpenSSL build (especially when updating the OpenSSL version in CI, this takes quite long). Qt'sjom
can parallelize the build (see also: openssl/openssl#9931). It can run theMakefile
generated by OpenSSL on Windows.Vcpkg also uses
jom
to build on WindowsBeta Was this translation helpful? Give feedback.
All reactions