Chromium Code Reviews
DescriptionDisable C++ exceptions in std libraries on Windows
As Dart C++ code cannot use C++ exceptions make sure that the C++ libraries on Windows does not try to use C++ exceptions.
This gets rid of the warning
warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
when compiling on Windows.
R=iposva@google.com
Committed: https://code.google.com/p/dart/source/detail?r=10167
Patch Set 1 #Patch Set 2 : Moved setting to MSVC configuration file #Messages
Total messages: 3 (0 generated)
|