]> git.eshelyaron.com Git - emacs.git/commit
* Spawn a sub-process for running GCC also in batch mode (bug#45056)
authorAndrea Corallo <akrl@sdf.org>
Mon, 7 Dec 2020 11:22:48 +0000 (12:22 +0100)
committerAndrea Corallo <akrl@sdf.org>
Mon, 7 Dec 2020 15:43:01 +0000 (16:43 +0100)
commitbe907b0ba82c2a65e0468d50653cae8a7cf5f16b
tree80610d66042b2bd782d9decdab45281dd3243668
parent715a1ca1744f9a5918376bf7662c81302f0b20c0
* Spawn a sub-process for running GCC also in batch mode (bug#45056)

* lisp/emacs-lisp/comp.el (comp-async-compilation): New variable.
(comp-final): Always run the C side of the compilation as a
sub-process unless during bootstrap or async compilation.
(comp-run-async-workers): Set `comp-async-compilation'.
lisp/emacs-lisp/comp.el