Skip to content

Commit

Permalink
Add optimization flags to windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
chirino committed Aug 23, 2012
1 parent f7366f0 commit aea83b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vs2010.vcxproj
Expand Up @@ -65,6 +65,13 @@
<ItemDefinitionGroup Condition="'$(Configuration)'!='Debug'">
<ClCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Optimization>MaxSpeed</Optimization>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<ExceptionHandling>Sync</ExceptionHandling>
<FunctionLevelLinking>true</FunctionLevelLinking>
<RuntimeTypeInfo>false</RuntimeTypeInfo>
<WarningLevel>Level3</WarningLevel>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)'=='Debug'">
Expand Down

0 comments on commit aea83b7

Please sign in to comment.