Skip to content

Commit

Permalink
Speed up CI build for VC++ 2015
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Mar 25, 2024
1 parent 27d4f37 commit 8c0386b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .appveyor/VS2015.props
Expand Up @@ -2,6 +2,9 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<LinkIncremental>false</LinkIncremental>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<AdditionalIncludeDirectories>C:\Libraries\boost_1_69_0;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
Expand Down

0 comments on commit 8c0386b

Please sign in to comment.