diff options
author | midipix <writeonce@midipix.org> | 2024-02-17 20:19:03 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-17 20:19:03 +0000 |
commit | 874b595d141abd86bf5253ca835471c828b4e8be (patch) | |
tree | 46a1ea3e9d42526b420a67432e0ed2acec64ae3d /src/internal/slibtool_driver_impl.h | |
parent | b336c5b52b3edaa7c0334eab5477a437feda672d (diff) | |
download | slibtool-874b595d141abd86bf5253ca835471c828b4e8be.tar.bz2 slibtool-874b595d141abd86bf5253ca835471c828b4e8be.tar.xz |
ar mode: pretty printer: symbols, mapfile: added the -Wnosort switch.
Diffstat (limited to 'src/internal/slibtool_driver_impl.h')
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index cf9742d..2fecb92 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -90,6 +90,7 @@ enum app_tags { TAG_AR_CHECK, TAG_AR_PRINT, TAG_AR_MAPFILE, + TAG_AR_NOSORT, TAG_AR_REGEX, TAG_AR_PRETTY, TAG_AR_POSIX, |