emacs-diffs
[Top][All Lists]
Advanced

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

scratch/native-comp-gcc-driver-options 7aa2ebb 2/3: Set native driver op


From: Andrea Corallo
Subject: scratch/native-comp-gcc-driver-options 7aa2ebb 2/3: Set native driver options in async compiles, also
Date: Wed, 19 Aug 2020 11:28:51 -0400 (EDT)

branch: scratch/native-comp-gcc-driver-options
commit 7aa2ebbe675f921864b04d858cb026c426c455db
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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 37559c2..09ac44d 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -2591,6 +2591,7 @@ 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]