From 5e02698d061d467abbf21ff857e9862e37060f89 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 4 Nov 2022 23:11:23 +0000 Subject: driver: added -weak support, currently a no-op. --- src/internal/slibtool_driver_impl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/internal/slibtool_driver_impl.h') diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index 4e5dfdf..0971fd9 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -15,7 +15,7 @@ #include "slibtool_dprintf_impl.h" #include "argv/argv.h" -#define SLBT_OPTV_ELEMENTS 64 +#define SLBT_OPTV_ELEMENTS 128 extern const struct argv_option slbt_default_options[]; @@ -78,6 +78,7 @@ enum app_tags { TAG_COMPILER_FLAG, TAG_VERBATIM_FLAG, TAG_THREAD_SAFE, + TAG_WEAK, }; struct slbt_split_vector { -- cgit v1.2.3