diff options
author | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2014-05-17 21:03:57 +0200 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell+git@glassechidna.com.au> | 2014-05-17 21:03:57 +0200 |
commit | d1a7f8d6934aa614863299228f9feaf652caa060 (patch) | |
tree | 3aed06af440ac3f1c457bd22bda41737a2bd3e1a | |
parent | Removed unused optional parameters in BridgeManager. (diff) | |
download | Heimdall-d1a7f8d6934aa614863299228f9feaf652caa060.tar Heimdall-d1a7f8d6934aa614863299228f9feaf652caa060.tar.gz Heimdall-d1a7f8d6934aa614863299228f9feaf652caa060.tar.bz2 Heimdall-d1a7f8d6934aa614863299228f9feaf652caa060.tar.lz Heimdall-d1a7f8d6934aa614863299228f9feaf652caa060.tar.xz Heimdall-d1a7f8d6934aa614863299228f9feaf652caa060.tar.zst Heimdall-d1a7f8d6934aa614863299228f9feaf652caa060.zip |
Diffstat (limited to '')
-rw-r--r-- | heimdall-frontend/heimdall-frontend.vcxproj | 2 |
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">
|