commit 4b79f2375600c6de7f60430600f333e5b6b37555
parent aef8f94992c7344085ab2c8eb281e618c96a269f
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Wed, 31 Jan 2024 00:36:53 +0100
VS Projects: switched optimisation to "MaxSpeed"
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/w32/common/common-build-settings.props b/w32/common/common-build-settings.props
@@ -100,7 +100,7 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(UseDebugLibraries)'!='true'">
<ClCompile>
- <Optimization>Full</Optimization>
+ <Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>