diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-09-09 17:13:12 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-09-09 17:13:12 +0200 |
commit | 43885d417e22c1e92ef3683fc77e98f6bb5c9c25 (patch) | |
tree | 345d0961936d010c7741e466934407378f933236 /Makefile.am | |
parent | 467019527ccbca6e51a1adf52ce69d8405e115f4 (diff) | |
download | gnutls-43885d417e22c1e92ef3683fc77e98f6bb5c9c25.tar.gz |
Test release with -Werror to avoid regressions.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3c30bd1e74..f8e558ec52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,8 @@ # along with this file; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc \ + CFLAGS="-Werror -Wall -Wno-pointer-sign" SUBDIRS = lgl gl includes lib libextra src doc tests po |