wxwidgets/.github
Vadim Zeitlin f2c04694e1 Enable optimizations in cross MSW CI builds
Amazingly, it seems that the latest gcc 12-based MinGW miscompiles
something in TIFF code _without_ optimizations as the SaveTIFF() test
fails when compiled with -O0 but works with -O2, so try enabling the
optimizations for this test.

It also makes more sense to run tests against the production/release
versions of the library anyhow, we only used --disable-optimise to save
on build time, but perhaps this is not as critical any longer.
2022-12-18 22:41:04 +01:00
..
ISSUE_TEMPLATE Refactor issue templates using HTML comments 2022-09-27 23:27:42 +02:00
workflows Enable optimizations in cross MSW CI builds 2022-12-18 22:41:04 +01:00
CONTRIBUTING.md Revert "Explain that GitHub PRs are temporarily disabled" 2022-01-12 23:42:18 +01:00