Skip to content

Commit

Permalink
Enable whole-program optimization
Browse files Browse the repository at this point in the history
For added performance
  • Loading branch information
CaptainSwag101 committed Sep 18, 2017
1 parent f939ca7 commit 2d43548
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 0CC-FamiTracker.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<UseOfAtl>false</UseOfAtl>
<PlatformToolset>v141_xp</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
Expand Down Expand Up @@ -244,7 +245,7 @@
<MkTypLibCompatible>false</MkTypLibCompatible>
</Midl>
<ClCompile>
<Optimization>Full</Optimization>
<Optimization>MaxSpeed</Optimization>
<AdditionalIncludeDirectories>$(DXSDK_DIR)include;.\</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
Expand All @@ -259,6 +260,8 @@
<ObjectFileName>obj/$(IntDir)/%(RelativeDir)</ObjectFileName>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<LanguageStandard>stdcpplatest</LanguageStandard>
<IntrinsicFunctions>true</IntrinsicFunctions>
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Expand Down

0 comments on commit 2d43548

Please sign in to comment.