diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index ff54526..7160c4c 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -25,6 +25,14 @@ enum app_tags { TAG_SILENT, TAG_TAG, TAG_VERBOSE, + TAG_OUTPUT, + TAG_NO_SUPPRESS, + TAG_PREFER_PIC, + TAG_PREFER_NON_PIC, + TAG_SHARED, + TAG_STATIC, + TAG_COMPILER_FLAG, + TAG_VERBATIM_FLAG, }; struct slbt_driver_ctx_impl { |