mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; Improve 'native-comp-debug' documentation
* lisp/emacs-lisp/comp.el (native-comp-debug): Improve doc. * doc/lispref/compile.texi (Native-Compilation Variables): Likewise.
This commit is contained in:
parent
67f291ddae
commit
7668385390
2 changed files with 6 additions and 1 deletions
|
|
@ -75,7 +75,9 @@ This is intended for debugging the compiler itself.
|
|||
1 emit debug symbols.
|
||||
2 emit debug symbols and dump pseudo C code.
|
||||
3 emit debug symbols and dump: pseudo C code, GCC intermediate
|
||||
passes and libgccjit log file."
|
||||
passes and libgccjit log file.
|
||||
When generated the pseudo C code is deposed in the .eln output
|
||||
directory."
|
||||
:type 'natnum
|
||||
:safe #'natnump
|
||||
:version "29.1")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue