mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* Fix `native-compile-target-directory' effectiveness for async compilation.
* lisp/emacs-lisp/comp.el (comp-run-async-workers): Forward to async workers `native-compile-target-directory'.
This commit is contained in:
parent
ca781e4430
commit
7fa5dec86e
1 changed files with 2 additions and 1 deletions
|
|
@ -3918,7 +3918,8 @@ display a message."
|
|||
do (let* ((expr `((require 'comp)
|
||||
,(when (boundp 'backtrace-line-length)
|
||||
`(setf backtrace-line-length ,backtrace-line-length))
|
||||
(setf native-comp-speed ,native-comp-speed
|
||||
(setf native-compile-target-directory ,native-compile-target-directory
|
||||
native-comp-speed ,native-comp-speed
|
||||
native-comp-debug ,native-comp-debug
|
||||
native-comp-verbose ,native-comp-verbose
|
||||
comp-libgccjit-reproducer ,comp-libgccjit-reproducer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue