diff options
Diffstat (limited to 'imo2sproxy/msvc/imoproxy.vcxproj')
| -rw-r--r-- | imo2sproxy/msvc/imoproxy.vcxproj | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/imo2sproxy/msvc/imoproxy.vcxproj b/imo2sproxy/msvc/imoproxy.vcxproj index 393d278..84c305e 100644 --- a/imo2sproxy/msvc/imoproxy.vcxproj +++ b/imo2sproxy/msvc/imoproxy.vcxproj @@ -98,6 +98,7 @@        <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;imoproxy_EXPORTS;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
        <BrowseInformation>true</BrowseInformation>
        <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
 +      <WholeProgramOptimization>true</WholeProgramOptimization>
      </ClCompile>
      <Midl>
        <SuppressStartupBanner>true</SuppressStartupBanner>
 @@ -121,6 +122,7 @@        <AdditionalDependencies>odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
        <OptimizeReferences>true</OptimizeReferences>
        <EnableCOMDATFolding>true</EnableCOMDATFolding>
 +      <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
      </Link>
    </ItemDefinitionGroup>
    <ItemGroup>
 | 
