Skip to content

Commit

Permalink
Enable /LTCG to go along with ab431fa
Browse files Browse the repository at this point in the history
  • Loading branch information
poiru committed Oct 20, 2013
1 parent 2651565 commit f99418d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Common/Common.vcxproj
Expand Up @@ -18,6 +18,9 @@
<ClCompile>
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Lib>
<LinkTimeCodeGeneration Condition="'$(Configuration)'=='Release'">true</LinkTimeCodeGeneration>
</Lib>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="ControlTemplate.cpp" />
Expand Down
1 change: 1 addition & 0 deletions Language/Language.vcxproj
Expand Up @@ -23,6 +23,7 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
</ClCompile>
<Link>
<LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
<NoEntryPoint>true</NoEntryPoint>
</Link>
<ResourceCompile>
Expand Down
1 change: 1 addition & 0 deletions Plugins/PluginNowPlaying/PluginNowPlaying.vcxproj
Expand Up @@ -25,6 +25,7 @@
<WholeProgramOptimization Condition="'$(Configuration)'=='Release'">false</WholeProgramOptimization>
</ClCompile>
<Link>
<LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
<AdditionalDependencies>Psapi.lib;WinInet.lib;comsuppwd.lib;%(AdditionalDependencies)</AdditionalDependencies>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
</Link>
Expand Down
1 change: 1 addition & 0 deletions Rainmeter.props
Expand Up @@ -86,6 +86,7 @@
</ClCompile>
<Link>
<GenerateDebugInformation>false</GenerateDebugInformation>
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
<MergeSections>.rdata=.text</MergeSections>
<OptimizeReferences>true</OptimizeReferences>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
Expand Down

0 comments on commit f99418d

Please sign in to comment.