From: Jeremy Falcon Date: Mon, 9 Aug 2021 17:00:52 +0000 (-0400) Subject: winbuild/README.md: clarify GEN_PDB option X-Git-Tag: curl-7_79_0~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86c9146209b7be2078672fa715926ae734374558;p=thirdparty%2Fcurl.git winbuild/README.md: clarify GEN_PDB option - Document that GEN_PDB option creates an external database. Ref: https://github.com/curl/curl/issues/7502 --- diff --git a/winbuild/README.md b/winbuild/README.md index 2aa0c60fe9..3684a382de 100644 --- a/winbuild/README.md +++ b/winbuild/README.md @@ -95,7 +95,8 @@ where `` is one or many of: - Enable loading OpenSSL configuration automatically, defaults to yes - `ENABLE_UNICODE=` - Enable UNICODE support, defaults to no - - `GEN_PDB=` - Generate Program Database (debug symbols for release build) + - `GEN_PDB=` - Generate External Program Database + (debug symbols for release build) - `DEBUG=` - Debug builds - `MACHINE=` - Target architecture (default is x86) - `CARES_PATH=` - Custom path for c-ares