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:
parent
2ee2fb5a86
commit
6eb14daccf
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue