mirror of
https://github.com/mirror/tinycc.git
synced 2026-08-22 11:23:27 +08:00
Add -C gcc compatible option which does currently nothing. This allows, among others, to compile gnumake from git ROOTB.
This commit is contained in:
1
tcc.c
1
tcc.c
@@ -48,6 +48,7 @@ static const char help[] =
|
||||
" -Dsym[=val] define 'sym' with value 'val'\n"
|
||||
" -Usym undefine 'sym'\n"
|
||||
" -E preprocess only\n"
|
||||
" -C keep comments (not yet implemented)\n"
|
||||
"Linker options:\n"
|
||||
" -Ldir add library path 'dir'\n"
|
||||
" -llib link with dynamic or static library 'lib'\n"
|
||||
|
||||
Reference in New Issue
Block a user