You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.6 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ImportGroup Label="PropertySheets">
  4. <Import Project="Common.props" />
  5. </ImportGroup>
  6. <PropertyGroup>
  7. <_PropertySheetDisplayName>Release Settings</_PropertySheetDisplayName>
  8. <DebugOrRelease>Release</DebugOrRelease>
  9. <LinkIncremental>false</LinkIncremental>
  10. </PropertyGroup>
  11. <ItemDefinitionGroup>
  12. <ClCompile>
  13. <AdditionalOptions>/Oy- %(AdditionalOptions)</AdditionalOptions>
  14. <!--<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>-->
  15. <FunctionLevelLinking>true</FunctionLevelLinking>
  16. <IntrinsicFunctions>true</IntrinsicFunctions>
  17. <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
  18. <MinimalRebuild>false</MinimalRebuild>
  19. <Optimization>MaxSpeed</Optimization>
  20. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  21. </ClCompile>
  22. <ResourceCompile>
  23. <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  24. </ResourceCompile>
  25. <Link>
  26. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  27. <!--<GenerateDebugInformation>true</GenerateDebugInformation>-->
  28. <OptimizeReferences>true</OptimizeReferences>
  29. </Link>
  30. </ItemDefinitionGroup>
  31. <ItemDefinitionGroup Condition="'$(Processor)' == 'x86'">
  32. <ClCompile>
  33. <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet>
  34. </ClCompile>
  35. </ItemDefinitionGroup>
  36. </Project>