summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-18 17:36:39 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-18 17:36:39 +0300
commit5335298d8eb7571db123afb3bd1340cd949a8208 (patch)
tree7b3c62d00b672863b237cfda8b279197d952cdee
parentb332df3cf681e42a5fc6060d58ba7552c79974ee (diff)
optimization disabled for cmstub.lib
-rw-r--r--build/cmplugin/cmstub.vcxproj4
-rw-r--r--libs/win32/cmstub.libbin1358 -> 1446 bytes
-rw-r--r--libs/win64/cmstub.libbin1358 -> 1824 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/build/cmplugin/cmstub.vcxproj b/build/cmplugin/cmstub.vcxproj
index 998e8f2015..b385dbdd30 100644
--- a/build/cmplugin/cmstub.vcxproj
+++ b/build/cmplugin/cmstub.vcxproj
@@ -109,7 +109,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
- <Optimization>MaxSpeed</Optimization>
+ <Optimization>Disabled</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>false</SDLCheck>
@@ -124,7 +124,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
- <Optimization>MaxSpeed</Optimization>
+ <Optimization>Disabled</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>false</SDLCheck>
diff --git a/libs/win32/cmstub.lib b/libs/win32/cmstub.lib
index 83b265108b..1e25b8549a 100644
--- a/libs/win32/cmstub.lib
+++ b/libs/win32/cmstub.lib
Binary files differ
diff --git a/libs/win64/cmstub.lib b/libs/win64/cmstub.lib
index b7506a7024..2ae32a03c3 100644
--- a/libs/win64/cmstub.lib
+++ b/libs/win64/cmstub.lib
Binary files differ