From bbb3f79bb80867ed0de7d36da153ed20f902c3de Mon Sep 17 00:00:00 2001 From: Christian Jullien Date: Mon, 1 Jun 2020 17:23:20 +0200 Subject: [PATCH] Missied a commit in order to support -v --help the same way as gcc does --- tcc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tcc.h b/tcc.h index 1a6c0bb..33dc1fd 100644 --- a/tcc.h +++ b/tcc.h @@ -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