aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
authorUrs Janssen <urs@hq.tin.org>2013-02-14 08:24:51 +0100
committerUrs Janssen <urs@hq.tin.org>2013-02-14 08:24:51 +0100
commit062efe6ab851c1a926dae5c9202558e885e89f31 (patch)
treeb83f5bdc6554f377f876036f8528e418bc06c633 /tcc.c
parent944627c479f01d919f10f9d9dd807cca43bf7aba (diff)
downloadtinycc-062efe6ab851c1a926dae5c9202558e885e89f31.tar.gz
tinycc-062efe6ab851c1a926dae5c9202558e885e89f31.tar.bz2
- make clang accept unportable code in libtcc1.c
- add -dumpversion cmd.line opt
Diffstat (limited to 'tcc.c')
-rw-r--r--tcc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcc.c b/tcc.c
index f4ff3f8..7c1b133 100644
--- a/tcc.c
+++ b/tcc.c
@@ -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"