We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1699f commit 88754bbCopy full SHA for 88754bb
NOTES-WINDOWS.md
@@ -86,6 +86,11 @@ Quick start
86
- `perl Configure VC-WIN64A-HYBRIDCRT` if you want 64-bit OpenSSL dependent
87
on the Universal CRT or
88
- `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`
94
95
6. `nmake`
96
0 commit comments