From f2090b4b13c13711e6e1b9d3a7cde2cf5f121efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 23 Feb 2017 16:52:35 +0100 Subject: vis: make help texts optional to produce a smaller binary $ ./configure --disable-help shrinks the binary by about 20K on a x86_64 system. --- vis-core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis-core.h') diff --git a/vis-core.h b/vis-core.h index bbfab36..a67fd69 100644 --- a/vis-core.h +++ b/vis-core.h @@ -226,7 +226,7 @@ bool vis_event_emit(Vis*, enum VisEvents, ...); typedef struct { char name; - const char *help; + VIS_HELP_DECL(const char *help;) } MarkDef; typedef MarkDef RegisterDef; -- cgit v1.2.3