MSVC: set exception handling model
authorPyry Haulos <phaulos@google.com>
Wed, 10 Aug 2016 20:40:51 +0000 (13:40 -0700)
committerPyry Haulos <phaulos@google.com>
Wed, 10 Aug 2016 20:40:51 +0000 (13:40 -0700)
commit4563b005ebef37a129b6258103ff403e06979d7a
treebbfb91e82a040ebeb0f18c202002469e78cf9155
parent9e2544669938997399cf8e36accccce3324fc5d9
MSVC: set exception handling model

Set exception handling model to standard C++ (/EHc). This will make
following undefined behavior:

 * Use of SEH (not used anywhere in the code base)
 * extern "C" functions throwing exceptions (undefined in spec)

Change-Id: I8fecf697c1753446647d2d9431806352e2ce760b
framework/delibs/cmake/CFlags.cmake