From 30034398c69011a19fbc60eed92f77ca36ddebe4 Mon Sep 17 00:00:00 2001 From: klaus triendl Date: Sat, 12 Apr 2025 11:26:34 +0300 Subject: [PATCH] =?utf8?q?Updated=20Windows=20notes=20on=20the=20use=20of?= =?utf8?q?=20=E2=80=9Cno-makedepend=E2=80=9D=20for=20new=20builds?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27361) (cherry picked from commit afd32bcb5456a9e33b0f4e07f572263b404d4d4b) --- NOTES-WINDOWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NOTES-WINDOWS.md b/NOTES-WINDOWS.md index b1d6c4fe13b..44a5f5bf153 100644 --- a/NOTES-WINDOWS.md +++ b/NOTES-WINDOWS.md @@ -79,6 +79,11 @@ Quick start OpenSSL 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` -- 2.47.2