Mercurial > nginx
changeset 9424:38d05b244dd1
Win32: skip OpenSSL dependency generation to conserve time.
Disabling the build dependency feature is safe assuming that
nginx/Windows release zip is always built from a clean tree.
This allows to speed up total build time by around 40%.
As it may not be suitable in general, the option resides here
and not in configure.
| author | Sergey Kandaurov <pluknet@nginx.com> |
|---|---|
| date | Tue, 24 Jun 2025 16:42:20 +0400 |
| parents | f235f401cefc |
| children | d3c75e4f7e66 |
| files | misc/GNUmakefile |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/misc/GNUmakefile Tue May 27 21:56:40 2025 +0400 +++ b/misc/GNUmakefile Tue Jun 24 16:42:20 2025 +0400 @@ -76,7 +76,8 @@ --with-stream_realip_module \ --with-stream_ssl_preread_module \ --with-openssl=$(OBJS)/lib/$(OPENSSL) \ - --with-openssl-opt="no-asm no-tests -D_WIN32_WINNT=0x0501" \ + --with-openssl-opt="no-asm no-tests no-makedepend \ + -D_WIN32_WINNT=0x0501" \ --with-http_ssl_module \ --with-mail_ssl_module \ --with-stream_ssl_module
