mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 07:51:17 -08:00
* src/comp.c (Fcomp__compile_ctxt_to_file): Fix debug level 1.
This commit is contained in:
parent
8e524f4591
commit
8d550700c5
1 changed files with 1 additions and 1 deletions
|
|
@ -4493,7 +4493,7 @@ DEFUN ("comp--compile-ctxt-to-file", Fcomp__compile_ctxt_to_file,
|
|||
|
||||
add_driver_options ();
|
||||
|
||||
if (comp.debug >= 1)
|
||||
if (comp.debug > 1)
|
||||
gcc_jit_context_dump_to_file (comp.ctxt,
|
||||
format_string ("%s.c", SSDATA (ebase_name)),
|
||||
1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue