You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
433 B

  1. diff --git a/Makefile.am b/Makefile.am
  2. index 22647be..7dcf0de 100644
  3. --- a/Makefile.am
  4. +++ b/Makefile.am
  5. @@ -45,7 +45,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = --enable-python-libs
  6. COMMON_CXXFLAGS_ONLY_WARNINGS = \
  7. -I$(top_srcdir)/include \
  8. -I$(top_builddir)/include \
  9. - -Wall -Wformat -W -fvisibility-inlines-hidden \
  10. + -Wall -Wformat -W \
  11. $(libprotobuf_CFLAGS)
  12. COMMON_CXXFLAGS = $(COMMON_CXXFLAGS_ONLY_WARNINGS)