From 874b595d141abd86bf5253ca835471c828b4e8be Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 17 Feb 2024 20:19:03 +0000 Subject: ar mode: pretty printer: symbols, mapfile: added the -Wnosort switch. --- include/slibtool/slibtool_output.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/slibtool/slibtool_output.h b/include/slibtool/slibtool_output.h index 37fb73c..3320990 100644 --- a/include/slibtool/slibtool_output.h +++ b/include/slibtool/slibtool_output.h @@ -11,6 +11,7 @@ #define SLBT_OUTPUT_ARCHIVE_SYMBOLS 0x00000004 #define SLBT_OUTPUT_ARCHIVE_ARMAPS 0x00000008 #define SLBT_OUTPUT_ARCHIVE_MAPFILE 0x00000010 +#define SLBT_OUTPUT_ARCHIVE_NOSORT 0x00000020 /* pretty-printer flags */ #define SLBT_PRETTY_YAML SLBT_PRETTY(0x00000001) -- cgit v1.2.3