mirror of
https://github.com/frida/tinycc
synced 2025-01-06 20:12:00 +03:00
Missied a commit in order to support -v --help the same way as gcc does
This commit is contained in:
parent
47363cbb97
commit
bbb3f79bb8
1
tcc.h
1
tcc.h
@ -1281,6 +1281,7 @@ ST_FUNC char *normalize_slashes(char *path);
|
|||||||
#define OPT_PRINT_DIRS 4
|
#define OPT_PRINT_DIRS 4
|
||||||
#define OPT_AR 5
|
#define OPT_AR 5
|
||||||
#define OPT_IMPDEF 6
|
#define OPT_IMPDEF 6
|
||||||
|
#define OPT_VERBOSE_HELP 7
|
||||||
#define OPT_M32 32
|
#define OPT_M32 32
|
||||||
#define OPT_M64 64
|
#define OPT_M64 64
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user