- make clang accept unportable code in libtcc1.c

- add -dumpversion cmd.line opt
This commit is contained in:
Urs Janssen
2013-02-14 08:24:51 +01:00
parent 944627c479
commit 062efe6ab8
3 changed files with 11 additions and 0 deletions

1
tcc.c
View File

@ -38,6 +38,7 @@ static void help(void)
" -w disable all warnings\n"
" -v show version\n"
" -vv show included files (as sole argument: show search paths)\n"
" -dumpversion\n"
" -bench show compilation statistics\n"
"Preprocessor options:\n"
" -E preprocess only\n"