Do not specify exception handling mode on Windows

Like Chromium does. Also disable related warnings.
This commit is contained in:
Aleksei Kuzmin 2017-10-10 21:31:28 +03:00 committed by Cheng Zhao
parent 69cd33395a
commit 3a3eb69d0f
2 changed files with 2 additions and 5 deletions

View file

@ -54,11 +54,6 @@
'WarningLevel': '4',
'WarnAsError': 'true',
'DebugInformationFormat': '3',
# Programs that use the Standard C++ library must be compiled with
# C++
# exception handling enabled.
# http://support.microsoft.com/kb/154419
'ExceptionHandling': 1,
},
'VCLinkerTool': {
'GenerateDebugInformation': 'true',