On Wed, Sep 15, 2021 at 5:52 PM Kacvinsky, Tom <[email protected]> wrote: > I find I am in need of building a GCC with Ada and UCRT support, but this > time with SJLJ > exception handling instead of SEH. Does there exist a gcc package for MSYS2 > that has > SJLJ support?
Why do you need SJLJ? It's slower and less well tested, so generally not recommended. _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
