diff options
| author | grischka <grischka> | 2008-03-31 19:49:14 +0000 |
|---|---|---|
| committer | grischka <grischka> | 2008-03-31 19:49:14 +0000 |
| commit | a327c7a55245536a00539f46b0cee689875e3754 (patch) | |
| tree | e5a1878e82f395986b08e15fe0fe72d63b158a8d /tccelf.c | |
| parent | 4d9aaacc8547c5fad323c9d9a69dfcdcffa1b8b6 (diff) | |
| download | tinycc-a327c7a55245536a00539f46b0cee689875e3754.tar.gz tinycc-a327c7a55245536a00539f46b0cee689875e3754.tar.bz2 | |
added verbosity levels (-vv -vvv)
Diffstat (limited to 'tccelf.c')
| -rw-r--r-- | tccelf.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) { |
