Variable: native-compile-target-directory

native-compile-target-directory is a variable defined in comp.el.gz.

Value

nil

Documentation

When non-nil force the target directory for the eln files being compiled.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/comp.el.gz
;;;###autoload(put 'no-native-compile 'safe-local-variable 'booleanp)

(defvar native-compile-target-directory nil
  "When non-nil force the target directory for the eln files being compiled.")