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;
|
int cmdLineLimit = -1;
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
cmdLineLimit = 30000;
|
cmdLineLimit = 8100;
|
||||||
#else
|
#else
|
||||||
// TODO
|
// TODO
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user