diff options
Diffstat (limited to 'src/comp.c')
| -rw-r--r-- | src/comp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c index c88c9f3f481..e18bace6683 100644 --- a/src/comp.c +++ b/src/comp.c | |||
| @@ -3233,7 +3233,7 @@ DEFUN ("comp--init-ctxt", Fcomp__init_ctxt, Scomp__init_ctxt, | |||
| 3233 | GCC_JIT_BOOL_OPTION_DEBUGINFO, | 3233 | GCC_JIT_BOOL_OPTION_DEBUGINFO, |
| 3234 | 1); | 3234 | 1); |
| 3235 | } | 3235 | } |
| 3236 | if (COMP_DEBUG > 1) | 3236 | if (COMP_DEBUG > 2) |
| 3237 | { | 3237 | { |
| 3238 | logfile = fopen ("libgccjit.log", "w"); | 3238 | logfile = fopen ("libgccjit.log", "w"); |
| 3239 | gcc_jit_context_set_logfile (comp.ctxt, | 3239 | gcc_jit_context_set_logfile (comp.ctxt, |