mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-06 23:51:24 -08:00
; * lisp/emacs-lisp/comp.el (native-comp-compiler-options): Doc fix.
This commit is contained in:
parent
ea3f0bcc78
commit
bfd5e268a8
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ if `confirm-kill-processes' is non-nil."
|
|||
(defcustom native-comp-compiler-options nil
|
||||
"Command line options passed verbatim to GCC compiler.
|
||||
Note that not all options are meaningful and some options might even
|
||||
break your Emacs. Use at own risk.
|
||||
break your Emacs. Use at your own risk.
|
||||
|
||||
Passing these options is only available in libgccjit version 9
|
||||
and above."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue