summaryrefslogtreecommitdiff
path: root/winbuild
diff options
context:
space:
mode:
authorJeremy Falcon <jfalcon@users.noreply.github.com>2021-08-09 13:00:52 -0400
committerJay Satiro <raysatiro@yahoo.com>2021-08-09 13:02:52 -0400
commit86c9146209b7be2078672fa715926ae734374558 (patch)
treec02a2db97265574299fe37ed53c3eb602964a942 /winbuild
parentdff44c2955d8d0f769f0a45f3afe0f3097f074b9 (diff)
downloadcurl-86c9146209b7be2078672fa715926ae734374558.tar.gz
winbuild/README.md: clarify GEN_PDB option
- Document that GEN_PDB option creates an external database. Ref: https://github.com/curl/curl/issues/7502
Diffstat (limited to 'winbuild')
-rw-r--r--winbuild/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/winbuild/README.md b/winbuild/README.md
index 2aa0c60fe..3684a382d 100644
--- a/winbuild/README.md
+++ b/winbuild/README.md
@@ -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