Missied a commit in order to support -v --help the same way as gcc does

This commit is contained in:
Christian Jullien 2020-06-01 17:23:20 +02:00
parent 47363cbb97
commit bbb3f79bb8

1
tcc.h
View File

@ -1281,6 +1281,7 @@ ST_FUNC char *normalize_slashes(char *path);
#define OPT_PRINT_DIRS 4
#define OPT_AR 5
#define OPT_IMPDEF 6
#define OPT_VERBOSE_HELP 7
#define OPT_M32 32
#define OPT_M64 64