Skip to content

Commit

Permalink
Fix default value of opt_silent
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Beggs-ECMWF committed Sep 24, 2024
1 parent c721ed1 commit 14751be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fiat/drhook/drhook.c
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ static int opt_nvtx_SCC = nvtx_SCC_default;
#define nvtx_SWT_default 0.0001
static double opt_nvtx_SWT = nvtx_SWT_default;
static int opt_strict_regions = 0;
static int opt_silent = 1;
static int opt_silent = 0;

static int opt_calltrace = 0;
static int opt_funcenter = 0;
Expand Down

0 comments on commit 14751be

Please sign in to comment.