diff options
Diffstat (limited to '')
-rw-r--r-- | VC2010/WebServer.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/VC2010/WebServer.vcxproj b/VC2010/WebServer.vcxproj index c19fafad6..934c3803d 100644 --- a/VC2010/WebServer.vcxproj +++ b/VC2010/WebServer.vcxproj @@ -98,6 +98,7 @@ <FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
+ <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
|