500-internal-server-error d7d5e314db
Fix building with (mostly) default flags on Windows MinGW
It's already being done for Cygwin, presumably for the same reasons.
Clang auto-applies `-mbig-obj` as needed it seems:
https://reviews.llvm.org/D102419

Tests against `std::filesystem` remain broken, though, and building
with MinGW still requires disabling them manually with
`-DGHC_FILESYSTEM_BUILD_STD_TESTING=NO`:
https://github.com/gulrak/filesystem/issues/189#issuecomment-2571334165
2025-02-19 20:24:57 +07:00
..
config.cmake.in Fix config installation (#93) 2021-02-08 21:49:36 +01:00
GhcHelper.cmake Fix building with (mostly) default flags on Windows MinGW 2025-02-19 20:24:57 +07:00