]> git.eshelyaron.com Git - emacs.git/commitdiff
* Dump log and intemediate GCC IRs only at comp-debug 3
authorAndrea Corallo <akrl@sdf.org>
Sun, 3 May 2020 19:34:03 +0000 (20:34 +0100)
committerAndrea Corallo <akrl@sdf.org>
Thu, 14 May 2020 20:50:32 +0000 (21:50 +0100)
* src/comp.c (Fcomp__init_ctxt): Increase threshold for dumping
really everything to 'comp-debug' 3.

src/comp.c

index c88c9f3f4817b5ab3a56c5836686e560a06f8537..e18bace6683e5696977d4854bbec0d0d4b8ad389 100644 (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,