You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by "andrzej-kaczmarek (via GitHub)" <gi...@apache.org> on 2023/02/16 12:53:14 UTC

[GitHub] [mynewt-newt] andrzej-kaczmarek opened a new pull request, #506: compiler: Split long ar command lines into separate commands

andrzej-kaczmarek opened a new pull request, #506:
URL: https://github.com/apache/mynewt-newt/pull/506

   This is an ugly hack to deal with command line length limitation on Windows. It will split long ar invocation into series of shorter ones so Windows can execute them properly.
   
   Windows supports command line length up to 32k but we'll use 30k just so we don't have to worry about some corner cases.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mynewt-newt] andrzej-kaczmarek merged pull request #506: compiler: Split long ar command lines into separate commands

Posted by "andrzej-kaczmarek (via GitHub)" <gi...@apache.org>.
andrzej-kaczmarek merged PR #506:
URL: https://github.com/apache/mynewt-newt/pull/506


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org