diff options
author | George Hazan <george.hazan@gmail.com> | 2012-12-04 20:05:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-12-04 20:05:18 +0000 |
commit | b95aaa23884bc849b8e22df800bdfb201456f8e1 (patch) | |
tree | 1c096778fb25a8c8ba263716b5bfb2b7d4cc4d20 /plugins/HistoryLinkListPlus | |
parent | 1f050b13a775eb02af256b7d1580e0b08fc7fc9e (diff) |
C++ exceptions turned off when not needed
git-svn-id: http://svn.miranda-ng.org/main/trunk@2644 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryLinkListPlus')
-rw-r--r-- | plugins/HistoryLinkListPlus/linklist.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/HistoryLinkListPlus/linklist.vcxproj b/plugins/HistoryLinkListPlus/linklist.vcxproj index d5da7db461..06ed1be28c 100644 --- a/plugins/HistoryLinkListPlus/linklist.vcxproj +++ b/plugins/HistoryLinkListPlus/linklist.vcxproj @@ -80,6 +80,7 @@ <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
+ <ExceptionHandling>false</ExceptionHandling>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -110,6 +111,7 @@ <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
+ <ExceptionHandling>false</ExceptionHandling>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -139,6 +141,7 @@ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<AdditionalIncludeDirectories>..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <ExceptionHandling>false</ExceptionHandling>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -164,6 +167,7 @@ <EnablePREfast>false</EnablePREfast>
<Optimization>Disabled</Optimization>
<MinimalRebuild>true</MinimalRebuild>
+ <ExceptionHandling>false</ExceptionHandling>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|