mirror of
https://github.com/frida/tinycc
synced 2024-12-25 22:46:49 +03:00
tcc.c: Fix outdated help info for the std option
the std option is no longer ignored -- bye bye ... Detlef Signed-off-by: Detlef Riekenberg <tcc.dev@web.de>
This commit is contained in:
parent
46145af4a1
commit
5d805a90e3
2
tcc.c
2
tcc.c
@ -93,7 +93,7 @@ static const char help2[] =
|
|||||||
" -print-search-dirs print search paths\n"
|
" -print-search-dirs print search paths\n"
|
||||||
" -dt with -run/-E: auto-define 'test_...' macros\n"
|
" -dt with -run/-E: auto-define 'test_...' macros\n"
|
||||||
"Ignored options:\n"
|
"Ignored options:\n"
|
||||||
" --param -pedantic -pipe -s -std -traditional\n"
|
" --param -pedantic -pipe -s -traditional\n"
|
||||||
"-W... warnings:\n"
|
"-W... warnings:\n"
|
||||||
" all turn on some (*) warnings\n"
|
" all turn on some (*) warnings\n"
|
||||||
" error stop after first warning\n"
|
" error stop after first warning\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user