diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-12-30 10:40:30 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-30 10:40:30 -0800 |
| commit | 78d4f88c0578b26425506fd93d978835c9d9b07b (patch) | |
| tree | 0040bc2251d0275f05126ca1b591eee6bd1918e5 /ports/libpq/CONTROL | |
| parent | 38c6fbd0c7b02f7d73a397fc5490bcbec605e791 (diff) | |
| download | vcpkg-78d4f88c0578b26425506fd93d978835c9d9b07b.tar.gz vcpkg-78d4f88c0578b26425506fd93d978835c9d9b07b.zip | |
[libpq] Change compile flag /Zi to /Z7 when building Windows (#15361)
* [libpq] Change compile flag /Zi to /Z7 when building Windows
* [libpq] Fix installation about pdbs
Diffstat (limited to 'ports/libpq/CONTROL')
| -rw-r--r-- | ports/libpq/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libpq/CONTROL b/ports/libpq/CONTROL index 9087debee..fa6ea6d91 100644 --- a/ports/libpq/CONTROL +++ b/ports/libpq/CONTROL @@ -1,6 +1,6 @@ Source: libpq Version: 12.2 -Port-Version: 9 +Port-Version: 10 Build-Depends: libpq[core,bonjour] (osx) Supports: !uwp Homepage: https://www.postgresql.org/ |
