Skip to content

Commit 88754bb

Browse files
committed
Updated Windows notes on the use of “no-makedepend” for new builds
1 parent 3e1699f commit 88754bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NOTES-WINDOWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ Quick start
8686
- `perl Configure VC-WIN64A-HYBRIDCRT` if you want 64-bit OpenSSL dependent
8787
on the Universal CRT or
8888
- `perl Configure` to let Configure figure out the platform
89+
90+
a. If you don't plan to develop OpenSSL yourself and don't need to rebuild,
91+
in other words, if you always do a new build, turning off the build
92+
dependency feature can speed up build times by up to 50%:
93+
`perl Configure no-makedepend`
8994

9095
6. `nmake`
9196

0 commit comments

Comments
 (0)