emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 2772e83 1/8: Set native driver options in async comp


From: Andrea Corallo
Subject: feature/native-comp 2772e83 1/8: Set native driver options in async compiles, also
Date: Wed, 26 Aug 2020 15:49:57 -0400 (EDT)

branch: feature/native-comp
commit 2772e835b61774ca83cbd2bf79c2534b2d1c6f49
Author: Andreas Fuchs <asf@boinkor.net>
Commit: Andrea Corallo <akrl@sdf.org>

    Set native driver options in async compiles, also
    
    Ensure the variable is set to the value that was customized in the
    parent process in child compilation processes, also.
---
 lisp/emacs-lisp/comp.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 37559c2..75c51b0 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -2591,6 +2591,8 @@ display a message."
                                   comp-debug ,comp-debug
                                   comp-verbose ,comp-verbose
                                   comp-eln-load-path ',comp-eln-load-path
+                                  comp-native-driver-options
+                                  ',comp-native-driver-options
                                   load-path ',load-path)
                             ,comp-async-env-modifier-form
                             (message "Compiling %s..." ,source-file)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]