added verbosity levels (-vv -vvv)

This commit is contained in:
grischka
2008-03-31 19:49:14 +00:00
parent 4d9aaacc85
commit a327c7a552
3 changed files with 27 additions and 14 deletions

View File

@ -1664,6 +1664,8 @@ int tcc_output_file(TCCState *s1, const char *filename)
goto fail;
}
f = fdopen(fd, "wb");
if (verbose)
printf("<- %s\n", filename);
#ifdef TCC_TARGET_COFF
if (s1->output_format == TCC_OUTPUT_FORMAT_COFF) {