Variable: native-comp-async-env-modifier-form

native-comp-async-env-modifier-form is a customizable variable defined in comp-common.el.gz.

Value

nil

Documentation

Form evaluated before compilation by each asynchronous compilation subprocess.

Used to modify the compiler environment.

This variable was added, or its default value changed, in Emacs 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp-common.el.gz
(defcustom native-comp-async-env-modifier-form nil
  "Form evaluated before compilation by each asynchronous compilation subprocess.
Used to modify the compiler environment."
  :type 'sexp
  :risky t
  :version "28.1")