diff options
| author | seyko <seyko2@gmail.com> | 2015-10-24 23:39:17 +0300 |
|---|---|---|
| committer | seyko <seyko2@gmail.com> | 2015-10-24 23:39:17 +0300 |
| commit | f3ce1be3333aaa05950ec5983d4ec2b6aad7275c (patch) | |
| tree | ba3122a6ea978c5fe44573346031b42801dde82d /tcc.c | |
| parent | 003c532bf393fd654d562a82b0b60652eeac908b (diff) | |
| download | tinycc-f3ce1be3333aaa05950ec5983d4ec2b6aad7275c.tar.gz tinycc-f3ce1be3333aaa05950ec5983d4ec2b6aad7275c.tar.bz2 | |
tcc help output for the -xc -xa - options
Diffstat (limited to 'tcc.c')
| -rw-r--r-- | tcc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -90,6 +90,8 @@ static void help(void) " -vv show included files (as sole argument: show search paths)\n" " -dumpversion\n" " -bench show compilation statistics\n" + " -xc -xa specify type of the next infile\n" + " - use stdin pipe as infile\n" "Preprocessor options:\n" " -Idir add include path 'dir'\n" " -Dsym[=val] define 'sym' with value 'val'\n" |
