aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Fuchs2020-08-10 09:48:57 -0400
committerAndrea Corallo2020-08-26 21:25:45 +0200
commit2772e835b61774ca83cbd2bf79c2534b2d1c6f49 (patch)
treed9ef7d3bd0627a23780d736b1322c8c340eb5583
parentbec2adebc6a5c4984d52ea7e66a7a3632e7dc578 (diff)
downloademacs-2772e835b61774ca83cbd2bf79c2534b2d1c6f49.tar.gz
emacs-2772e835b61774ca83cbd2bf79c2534b2d1c6f49.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.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 37559c20dd4..75c51b03ec8 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -2591,6 +2591,8 @@ 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
2595 ',comp-native-driver-options
2594 load-path ',load-path) 2596 load-path ',load-path)
2595 ,comp-async-env-modifier-form 2597 ,comp-async-env-modifier-form
2596 (message "Compiling %s..." ,source-file) 2598 (message "Compiling %s..." ,source-file)