tcc help output for the -xc -xa - options
This commit is contained in:
2
tcc.c
2
tcc.c
@ -90,6 +90,8 @@ static void help(void)
|
|||||||
" -vv show included files (as sole argument: show search paths)\n"
|
" -vv show included files (as sole argument: show search paths)\n"
|
||||||
" -dumpversion\n"
|
" -dumpversion\n"
|
||||||
" -bench show compilation statistics\n"
|
" -bench show compilation statistics\n"
|
||||||
|
" -xc -xa specify type of the next infile\n"
|
||||||
|
" - use stdin pipe as infile\n"
|
||||||
"Preprocessor options:\n"
|
"Preprocessor options:\n"
|
||||||
" -Idir add include path 'dir'\n"
|
" -Idir add include path 'dir'\n"
|
||||||
" -Dsym[=val] define 'sym' with value 'val'\n"
|
" -Dsym[=val] define 'sym' with value 'val'\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user