Remove an another /EHsc flag.

This commit is contained in:
Relintai 2022-10-09 10:45:07 +02:00
parent 47ee4c6415
commit fb4873baf3

View File

@ -504,8 +504,6 @@ if selected_platform in platform_list:
env.Append(CCFLAGS=["/W2"] + disable_nonessential_warnings)
else: # 'no'
env.Append(CCFLAGS=["/w"])
# Set exception handling model to avoid warnings caused by Windows system headers.
env.Append(CCFLAGS=["/EHsc"])
if env["werror"]:
env.Append(CCFLAGS=["/WX"])