Ninja: 30000 is too long for windows cmd
This commit is contained in:
parent
ad4a768d59
commit
5aab7f90f1
|
@ -484,7 +484,7 @@ void cmNinjaNormalTargetGenerator::WriteLinkStatement()
|
|||
|
||||
int cmdLineLimit = -1;
|
||||
#ifdef _WIN32
|
||||
cmdLineLimit = 30000;
|
||||
cmdLineLimit = 8100;
|
||||
#else
|
||||
// TODO
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue