wxwidgets/.github/workflows
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
..
ci.yml Allow running CI builds with tmate enabled 2022-12-05 23:27:01 +01:00
ci_cmake.yml Avoid deprecation warnings for gha-setup-vsdevenv action 2022-10-18 19:45:15 +02:00
ci_mac.yml Do not trigger non-CMake CI builds with CMake-only changes 2022-11-08 18:19:37 +01:00
ci_mac_xcode.yml Do not trigger non-CMake CI builds with CMake-only changes 2022-11-08 18:19:37 +01:00
ci_msw.yml Add clang MSW build to CI 2022-11-19 20:00:20 +01:00
ci_msw_cross.yml Enable optimizations in cross MSW CI builds 2022-12-18 22:41:04 +01:00
code_checks.yml Allow using @NULL in interface/wx docs 2022-11-23 02:44:50 +01:00
docs_update.yml Use v3 of checkout action in GitHub CI builds 2022-10-10 23:55:12 +02:00
make_release.yml Use v3 of checkout action in GitHub CI builds 2022-10-10 23:55:12 +02:00
no_response.yml And now fix the schedule specification too 2022-12-12 14:22:20 +01:00