From: klaus triendl Date: Sat, 12 Apr 2025 08:26:34 +0000 (+0300) Subject: Updated Windows notes on the use of “no-makedepend” for new builds X-Git-Tag: openssl-3.3.4~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb2f6c8737a17dc5f4076cc47e98141a49e24ddd;p=thirdparty%2Fopenssl.git Updated Windows notes on the use of “no-makedepend” for new builds Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27361) (cherry picked from commit afd32bcb5456a9e33b0f4e07f572263b404d4d4b) --- diff --git a/NOTES-WINDOWS.md b/NOTES-WINDOWS.md index f4573fd4308..4936d58c9aa 100644 --- a/NOTES-WINDOWS.md +++ b/NOTES-WINDOWS.md @@ -87,6 +87,11 @@ Quick start on the Universal CRT or - `perl Configure` to let Configure figure out the platform + a. If you don't plan to develop OpenSSL yourself and don't need to rebuild, + in other words, if you always do a new build, turning off the build + dependency feature can speed up build times by up to 50%: + `perl Configure no-makedepend` + 6. `nmake` 7. `nmake test`