From: Andreas Fuchs Date: Mon, 10 Aug 2020 13:48:57 +0000 (-0400) Subject: Set native driver options in async compiles, also X-Git-Tag: emacs-28.0.90~2727^2~475^2~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2772e835b61774ca83cbd2bf79c2534b2d1c6f49;p=emacs.git 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. --- 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." 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)