Hi, yes this difference is caused - IIRC - by a change of process-spawning in mingw,org's make. Not sure if this patch is already upstream, but the limitted command-line-buffer o 8k can be extended to 32k buffer by using CreateProcess directly instead of using CMD.exe here.
See for some details http://blogs.msdn.com/b/oldnewthing/archive/2003/12/10/56028.aspx Regards, Kai ------------------------------------------------------------------------------ Got visibility? Most devs has no idea what their production app looks like. Find out how fast your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219671;13503038;y? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
