]> git.eshelyaron.com Git - emacs.git/commit
Rework native compilation `comp-debug' (bug#46495)
authorAndrea Corallo <akrl@sdf.org>
Wed, 31 Mar 2021 18:13:46 +0000 (20:13 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 31 Mar 2021 18:25:08 +0000 (20:25 +0200)
commit53ca0d98441da75be49111a3a88c1a7629f27d6d
treed153bd40f539d9fdf3662ecb2183f121be592066
parent613caa9527ef56fb9b810d2b9478cbe9784baca0
Rework native compilation `comp-debug' (bug#46495)

* lisp/emacs-lisp/comp.el (comp-debug): Update docstring and
move default on Windows systems from 0 to 1.
* src/comp.c (Fcomp__compile_ctxt_to_file): Tweak debug
levels.
lisp/emacs-lisp/comp.el
src/comp.c