diff options
Diffstat (limited to 'lisp/emacs-lisp/comp.el')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index d1953b59f04..79cf942e89d 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -136,6 +136,12 @@ Passing these options is only available in libgccjit version 9 and above." :type 'list) +(defcustom comp-libgccjit-reproducer nil + "When non-nil produce a libgccjit reproducer. +The reproducer is a file comp_SRCNAME_repro.c deposed in the .eln +output directory." + :type 'boolean) + (defvar comp-dry-run nil "If non-nil, run everything but the C back-end.") |