summaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-02-28 08:12:48 +0000
committermidipix <writeonce@midipix.org>2024-02-28 08:14:33 +0000
commitdcf6a5f80a8bf402e0ba8bd61eaae7d06a9e46c6 (patch)
tree1e085e60b502ae12a9b7d3781d84a857f9c83374 /src/internal
parent6f477a3ea989f0562514cbcdc282982018c55879 (diff)
downloadslibtool-dcf6a5f80a8bf402e0ba8bd61eaae7d06a9e46c6.tar.bz2
slibtool-dcf6a5f80a8bf402e0ba8bd61eaae7d06a9e46c6.tar.xz
ar mode: driver: added -Wdlsyms, -Wdlunit.
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/slibtool_driver_impl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h
index 656c113..b8aefb6 100644
--- a/src/internal/slibtool_driver_impl.h
+++ b/src/internal/slibtool_driver_impl.h
@@ -92,6 +92,8 @@ enum app_tags {
TAG_AR_CHECK,
TAG_AR_PRINT,
TAG_AR_MAPFILE,
+ TAG_AR_DLUNIT,
+ TAG_AR_DLSYMS,
TAG_AR_NOSORT,
TAG_AR_REGEX,
TAG_AR_PRETTY,