Remove default /EHsc compiler flag
This prevents warning D9025 (one command-line option overrides another) on MSVC builds: some test targets are built with the /EHs-c- which conflicts with /EHsc.
Showing
Please register or sign in to comment