Skip to content

Commit

Permalink
version: log queue option
Browse files Browse the repository at this point in the history
  • Loading branch information
flatcap committed Dec 22, 2021
1 parent ec24fbc commit 0b63910
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Empty file modified .github/workflows/centos.yml
100755 → 100644
Empty file.
5 changes: 4 additions & 1 deletion version.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ static struct CompileOptions debug_opts[] = {
#ifdef USE_DEBUG_PARSE_TEST
{ "parse-test", 2 },
#endif
#ifdef QUEUE_MACRO_DEBUG_TRACE
{ "queue", 2 },
#endif
#ifdef USE_DEBUG_WINDOW
{ "window", 2 },
#endif
Expand Down Expand Up @@ -491,7 +494,7 @@ bool print_version(FILE *fp)

if (debug_opts[0].name)
{
fprintf(fp, "\n%s\n", _("Debug options:"));
fprintf(fp, "\n%s\n", _("Devel options:"));
print_compile_options(debug_opts, fp);
}

Expand Down

0 comments on commit 0b63910

Please sign in to comment.