]> git.eshelyaron.com Git - emacs.git/commit
* Workaround the 32768 chars command line limit in Windows.
authorNicolás Bértolo <nicolasbertolo@gmail.com>
Fri, 8 May 2020 17:04:06 +0000 (14:04 -0300)
committerAndrea Corallo <akrl@sdf.org>
Sat, 23 May 2020 08:36:52 +0000 (09:36 +0100)
commit60b326ef112b6196cccf8bf9508df9e6622285cb
tree94000122eb6e518dc43c5840e64860fe9ec88eab
parent21aef26a4c0234c3af6e3fdd269292a726aa0f48
* Workaround the 32768 chars command line limit in Windows.

* lisp/emacs-lisp/comp.el (comp-run-async-workers): Pass the
compilation commands through a temporary file that is loaded by the
child process. This is also done all other operating systems, even
those that support long command lines. It should not be a problem
since libgccjit uses temporary files too.
lisp/emacs-lisp/comp.el