aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2014-05-18 05:03:57 +1000
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2014-05-18 05:03:57 +1000
commitd1a7f8d6934aa614863299228f9feaf652caa060 (patch)
tree3aed06af440ac3f1c457bd22bda41737a2bd3e1a
parentfd23c07ef525f836d4974189ae5c7f3ecb0bb640 (diff)
downloadexternal_heimdall-d1a7f8d6934aa614863299228f9feaf652caa060.zip
external_heimdall-d1a7f8d6934aa614863299228f9feaf652caa060.tar.gz
external_heimdall-d1a7f8d6934aa614863299228f9feaf652caa060.tar.bz2
Tweaked VC++ linker options for Frontend (to ensure quicker builds).
-rw-r--r--heimdall-frontend/heimdall-frontend.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/heimdall-frontend/heimdall-frontend.vcxproj b/heimdall-frontend/heimdall-frontend.vcxproj
index b1b6c84..96cd75d 100644
--- a/heimdall-frontend/heimdall-frontend.vcxproj
+++ b/heimdall-frontend/heimdall-frontend.vcxproj
@@ -27,10 +27,12 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v110</PlatformToolset>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release (Static)|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>v110</PlatformToolset>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">