diff options
| author | bunnei <bunneidev@gmail.com> | 2014-09-01 22:29:23 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2014-09-01 22:29:23 -0400 |
| commit | c0e48432cd262baa6ed84b33cd9dd0d8f585e345 (patch) | |
| tree | 0ed8ccb8b5c42ee27c0c44969771bbd77af8ebf8 /vsprops/optimization_release.props | |
| parent | 76372feb1959c0f53d02c2278ef4a14b794a808d (diff) | |
| parent | c57de3e4046c662c5179d3b55340361a046a57ff (diff) | |
Merge pull request #69 from yuriks/cmake-cleanup
CMake cleanup
Diffstat (limited to 'vsprops/optimization_release.props')
| -rw-r--r-- | vsprops/optimization_release.props | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/vsprops/optimization_release.props b/vsprops/optimization_release.props deleted file mode 100644 index ea1573e6c..000000000 --- a/vsprops/optimization_release.props +++ /dev/null @@ -1,41 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <ImportGroup Label="PropertySheets" /> - <PropertyGroup Label="UserMacros" /> - <PropertyGroup /> - <ItemDefinitionGroup> - <ClCompile> - <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> - </ClCompile> - </ItemDefinitionGroup> - <ItemDefinitionGroup> - <ClCompile> - <IntrinsicFunctions>true</IntrinsicFunctions> - </ClCompile> - </ItemDefinitionGroup> - <ItemDefinitionGroup> - <ClCompile> - <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> - </ClCompile> - </ItemDefinitionGroup> - <ItemDefinitionGroup> - <ClCompile> - <OmitFramePointers>true</OmitFramePointers> - </ClCompile> - </ItemDefinitionGroup> - <ItemDefinitionGroup> - <ClCompile> - <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> - </ClCompile> - </ItemDefinitionGroup> - <ItemDefinitionGroup> - <ClCompile> - <WholeProgramOptimization>true</WholeProgramOptimization> - <Optimization>MaxSpeed</Optimization> - </ClCompile> - <Link> - <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> - </Link> - </ItemDefinitionGroup> - <ItemGroup /> -</Project>
\ No newline at end of file |
