diff options
Diffstat (limited to 'byterun/startup.c')
-rw-r--r-- | byterun/startup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/startup.c b/byterun/startup.c index ace071e22..ff6c0dca5 100644 --- a/byterun/startup.c +++ b/byterun/startup.c @@ -180,7 +180,7 @@ static int parse_command_line(char **argv) break; #endif case 'v': - verbose_init = 1; + verbose_init = 1+4+8+16+32; break; case 'p': for (j = 0; names_of_cprim[j] != NULL; j++) |