aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
authorseyko <seyko2@gmail.com>2015-05-13 12:16:00 +0300
committerseyko <seyko2@gmail.com>2015-05-13 12:16:00 +0300
commit80322adaa0544eedc7198ed4c529a41856f66f43 (patch)
tree59191ba1522521412f07f5a8dccc38f9e9fb4326 /tcc.c
parentcf92f7aacbc9e3c828e6a1b68eed6a87d0cf88bd (diff)
downloadtinycc-80322adaa0544eedc7198ed4c529a41856f66f43.tar.gz
tinycc-80322adaa0544eedc7198ed4c529a41856f66f43.tar.bz2
redo of the -dD option
functionality was broken some time ago and was removed by the "tccpp: fix issues, add tests" fix: LINE_MACRO_OUTPUT_FORMAT_NONE in pp_line() means: output '\n' and not "don't output at all"
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 ac820ce..704f8bc 100644
--- a/tcc.c
+++ b/tcc.c
@@ -96,6 +96,7 @@ static void help(void)
" -Usym undefine 'sym'\n"
" -E preprocess only\n"
" -P[1] no/alternative output of #line directives with -E\n"
+ " -dD dump defines\n"
"Linker options:\n"
" -Ldir add library path 'dir'\n"
" -llib link with dynamic or static library 'lib'\n"