CPP common: Disabled incremental linking.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/49a5cc5d Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/49a5cc5d Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/49a5cc5d Branch: refs/heads/ignite-1607 Commit: 49a5cc5d68a62602bb485b342dca9225c0a23193 Parents: 1dc3936 Author: vozerov-gridgain <[email protected]> Authored: Thu Oct 15 12:10:59 2015 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Thu Oct 15 12:10:59 2015 +0300 ---------------------------------------------------------------------- modules/platform/src/main/cpp/common/project/vs/common.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/49a5cc5d/modules/platform/src/main/cpp/common/project/vs/common.vcxproj ---------------------------------------------------------------------- diff --git a/modules/platform/src/main/cpp/common/project/vs/common.vcxproj b/modules/platform/src/main/cpp/common/project/vs/common.vcxproj index b7cfb8a..c5c790e 100644 --- a/modules/platform/src/main/cpp/common/project/vs/common.vcxproj +++ b/modules/platform/src/main/cpp/common/project/vs/common.vcxproj @@ -67,7 +67,7 @@ </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <LinkIncremental>true</LinkIncremental> + <LinkIncremental>false</LinkIncremental> <TargetName>ignite.common</TargetName> <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> <IntDir>$(Platform)\$(Configuration)\</IntDir> @@ -76,7 +76,7 @@ <TargetName>ignite.common</TargetName> <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> <IntDir>$(Platform)\$(Configuration)\</IntDir> - <LinkIncremental>true</LinkIncremental> + <LinkIncremental>false</LinkIncremental> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <LinkIncremental>false</LinkIncremental>
