The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/libsodium/builds/msvc/properties/Release.props

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

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

Cache object: 7c4f3ce7df1a727f4272e227b97d95e2


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.