winbuild/README.md: clarify GEN_PDB option

- Document that GEN_PDB option creates an external database.

Ref: https://github.com/curl/curl/issues/7502
This commit is contained in:
Jeremy Falcon 2021-08-09 13:00:52 -04:00 committed by Jay Satiro
parent dff44c2955
commit 86c9146209

View File

@ -95,7 +95,8 @@ where `<options>` is one or many of:
- Enable loading OpenSSL configuration
automatically, defaults to yes
- `ENABLE_UNICODE=<yes/no>` - Enable UNICODE support, defaults to no
- `GEN_PDB=<yes/no>` - Generate Program Database (debug symbols for release build)
- `GEN_PDB=<yes/no>` - Generate External Program Database
(debug symbols for release build)
- `DEBUG=<yes/no>` - Debug builds
- `MACHINE=<x86/x64>` - Target architecture (default is x86)
- `CARES_PATH=<path>` - Custom path for c-ares