Closed triplef closed 3 years ago
Configure currently always forcefully disables support for native exceptions on Windows, even though they should be supported when using Clang and the ng runtime.
With this change, the check is only forcefully disabled when using the gnu runtime.
Looks good.
Configure currently always forcefully disables support for native exceptions on Windows, even though they should be supported when using Clang and the ng runtime.
With this change, the check is only forcefully disabled when using the gnu runtime.