dpage / winpgbuild

A repo containing Github actions for building PostgreSQL and it's dependencies on Windows
1 stars 2 forks source link

postgresql: msbuild flags for faster build #16

Closed anarazel closed 2 months ago

anarazel commented 2 months ago

Cribbed from postgres https://github.com/postgres/postgres/blob/468b2367d2fe29fe1a53bcba408b472dc8f5051b/.cirrus.tasks.yml#L347-L353

Here's an example run comparing using the flags and not:

(the failure is just because both produce the same source tarball)

anarazel commented 2 months ago

Thanks!