1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-03 20:42:08 -08:00

* Dump log and intemediate GCC IRs only at comp-debug 3

* src/comp.c (Fcomp__init_ctxt): Increase threshold for dumping
	really everything to 'comp-debug' 3.
This commit is contained in:
Andrea Corallo 2020-05-03 20:34:03 +01:00
parent 2ee2fb5a86
commit 6eb14daccf

View file

@ -3233,7 +3233,7 @@ DEFUN ("comp--init-ctxt", Fcomp__init_ctxt, Scomp__init_ctxt,
GCC_JIT_BOOL_OPTION_DEBUGINFO,
1);
}
if (COMP_DEBUG > 1)
if (COMP_DEBUG > 2)
{
logfile = fopen ("libgccjit.log", "w");
gcc_jit_context_set_logfile (comp.ctxt,