aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fuchs2020-08-10 09:48:57 -0400
committerAndrea Corallo2020-08-19 17:15:21 +0200
commit7aa2ebbe675f921864b04d858cb026c426c455db (patch)
tree73e114656d1e3dc58cdd8423ff6b8af455146252
parentbec2adebc6a5c4984d52ea7e66a7a3632e7dc578 (diff)
downloademacs-7aa2ebbe675f921864b04d858cb026c426c455db.tar.gz
emacs-7aa2ebbe675f921864b04d858cb026c426c455db.zip
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.
-rw-r--r--lisp/emacs-lisp/comp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 37559c20dd4..09ac44d33ad 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -2591,6 +2591,7 @@ display a message."
2591 comp-debug ,comp-debug 2591 comp-debug ,comp-debug
2592 comp-verbose ,comp-verbose 2592 comp-verbose ,comp-verbose
2593 comp-eln-load-path ',comp-eln-load-path 2593 comp-eln-load-path ',comp-eln-load-path
2594 comp-native-driver-options ',comp-native-driver-options
2594 load-path ',load-path) 2595 load-path ',load-path)
2595 ,comp-async-env-modifier-form 2596 ,comp-async-env-modifier-form
2596 (message "Compiling %s..." ,source-file) 2597 (message "Compiling %s..." ,source-file)