aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libtpool
diff options
context:
space:
mode:
authorRich Ercolani <[email protected]>2022-03-31 13:09:18 -0400
committerGitHub <[email protected]>2022-03-31 10:09:18 -0700
commit6a2dda8f05d9fb3c5b7d81c8c6762cd43be07dd7 (patch)
tree94af751d13e4e5a88320df41a0a77347443dbfe4 /lib/libtpool
parent4d04e41e4def222e454d05d77c3a93057c58f471 (diff)
Ask libtool to stop hiding some errors
For #13083, curiously, it did not print the actual error, just that the compile failed with "Error 1". In theory, this flag should cause it to report errors twice sometimes. In practice, I'm pretty okay with reporting some twice if it avoids reporting some never. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Damian Szuberski <[email protected]> Signed-off-by: Rich Ercolani <[email protected]> Closes #13086
Diffstat (limited to 'lib/libtpool')
-rw-r--r--lib/libtpool/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libtpool/Makefile.am b/lib/libtpool/Makefile.am
index 638d427bd..b66f72eeb 100644
--- a/lib/libtpool/Makefile.am
+++ b/lib/libtpool/Makefile.am
@@ -1,9 +1,13 @@
include $(top_srcdir)/config/Rules.am
AM_CFLAGS += -fvisibility=hidden
+
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61118
AM_CFLAGS += $(NO_CLOBBERED)
+# See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54020
+AM_CFLAGS += -no-suppress
+
noinst_LTLIBRARIES = libtpool.la
USER_C = \