diff options
author | wsoltys <wiso@xbmc.org> | 2013-11-01 14:15:55 -0700 |
---|---|---|
committer | wsoltys <wiso@xbmc.org> | 2013-11-01 14:15:55 -0700 |
commit | a15940e8afda49482f83edc2b6b5374ba6423cd2 (patch) | |
tree | d79f6c284e486baf2557ceb00c5b60776b026804 /lib/xbadpcm | |
parent | a0f2c4bc814093f7053cdebc1e551ed854af87bc (diff) | |
parent | 75123e9e01c32d2d79f7be2a362e9127c26e7ef7 (diff) |
Merge pull request #3485 from Karlson2k/win32_projects_update_01
Win32 projects update
Diffstat (limited to 'lib/xbadpcm')
-rw-r--r-- | lib/xbadpcm/adpcm.vcxproj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/xbadpcm/adpcm.vcxproj b/lib/xbadpcm/adpcm.vcxproj index 6471b28fdb..960c2d5cd5 100644 --- a/lib/xbadpcm/adpcm.vcxproj +++ b/lib/xbadpcm/adpcm.vcxproj @@ -115,6 +115,12 @@ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> <DisableSpecificWarnings>4244;4267;4311;4312;%(DisableSpecificWarnings)</DisableSpecificWarnings> <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> + <Optimization>Full</Optimization> + <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> + <IntrinsicFunctions>true</IntrinsicFunctions> + <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> + <WholeProgramOptimization>true</WholeProgramOptimization> + <FunctionLevelLinking>true</FunctionLevelLinking> </ClCompile> <ResourceCompile> <ResourceOutputFileName> @@ -135,6 +141,7 @@ <ImportLibrary>$(TargetName).lib</ImportLibrary> <TargetMachine>MachineX86</TargetMachine> <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> + <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> </Link> <PostBuildEvent> <Command> |