PCRE2Project / pcre2

PCRE2 development is now based here.
Other
921 stars 194 forks source link

ci: add dev build to serve as canary #339

Closed carenas closed 1 year ago

carenas commented 1 year ago

Run a build with debugging enabled, link-size of 4 and sanitizers.

PhilipHazel commented 1 year ago

Detecting things early is always good. I would have picked up the link size problem when running maint/ManyConfigTests, which I do before each release, and I always compile with maximum warnings enabled.