Do not specify exception handling mode on Windows
Like Chromium does. Also disable related warnings.
This commit is contained in:
parent
69cd33395a
commit
3a3eb69d0f
2 changed files with 2 additions and 5 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue