Ninja: 30000 is too long for windows cmd

This commit is contained in:
Peter Kuemmel 2012-06-05 23:21:01 +02:00
parent ad4a768d59
commit 5aab7f90f1
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ void cmNinjaNormalTargetGenerator::WriteLinkStatement()
int cmdLineLimit = -1;
#ifdef _WIN32
cmdLineLimit = 30000;
cmdLineLimit = 8100;
#else
// TODO
#endif