mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-24 08:38:39 -06:00
Ninja: 30000 is too long for windows cmd
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user