We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
opt_silent
1 parent c721ed1 commit 14751beCopy full SHA for 14751be
src/fiat/drhook/drhook.c
@@ -328,7 +328,7 @@ static int opt_nvtx_SCC = nvtx_SCC_default;
328
#define nvtx_SWT_default 0.0001
329
static double opt_nvtx_SWT = nvtx_SWT_default;
330
static int opt_strict_regions = 0;
331
-static int opt_silent = 1;
+static int opt_silent = 0;
332
333
static int opt_calltrace = 0;
334
static int opt_funcenter = 0;
0 commit comments