comparison misc/GNUmakefile @ 7486:52d3600bc25e

Win32: skip building OpenSSL tests to conserve time and space. When building OpenSSL 1.1.1b, as used for win32 builds, with tests it takes about twice as long and near ~1GB of additional disk space. Using "no-tests" OpenSSL configuration option allows to skip them. Since such an option is supported since OpenSSL 1.1.1 only, it is residing here and not in configure.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 04 Apr 2019 16:22:03 +0300
parents 8bdf57dfa42d
children 7da71a7b141a
comparison
equal deleted inserted replaced
7485:edf5cd6c56fa 7486:52d3600bc25e
80 --with-http_secure_link_module \ 80 --with-http_secure_link_module \
81 --with-http_slice_module \ 81 --with-http_slice_module \
82 --with-mail \ 82 --with-mail \
83 --with-stream \ 83 --with-stream \
84 --with-openssl=$(OBJS)/lib/$(OPENSSL) \ 84 --with-openssl=$(OBJS)/lib/$(OPENSSL) \
85 --with-openssl-opt=no-asm \ 85 --with-openssl-opt="no-asm no-tests" \
86 --with-http_ssl_module \ 86 --with-http_ssl_module \
87 --with-mail_ssl_module \ 87 --with-mail_ssl_module \
88 --with-stream_ssl_module 88 --with-stream_ssl_module
89 89
90 90