]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Updated Windows notes on the use of “no-makedepend” for new builds
authorklaus triendl <klaus@triendl.eu>
Sat, 12 Apr 2025 08:26:34 +0000 (11:26 +0300)
committerTomas Mraz <tomas@openssl.org>
Thu, 22 May 2025 14:08:52 +0000 (16:08 +0200)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27361)

(cherry picked from commit afd32bcb5456a9e33b0f4e07f572263b404d4d4b)

NOTES-WINDOWS.md

index f4573fd4308d871341992d1c8f509abcaf78f81a..4936d58c9aa446e0ef208eb4eadc32c25b07411a 100644 (file)
@@ -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`