Use jom to build OpenSSL on Windows
#26263
Closed
Nerixyz
started this conversation in
Maintenance
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The OpenSSL builds on Windows are really slow because they use
nmakewhich can't parallelize the OpenSSL build (especially when updating the OpenSSL version in CI, this takes quite long). Qt'sjomcan parallelize the build (see also: openssl/openssl#9931). It can run theMakefilegenerated by OpenSSL on Windows.Vcpkg also uses
jomto build on WindowsAll reactions