From 90479889d9ee0c6f64067cb762286e6d25dca4b3 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 14 Jan 2014 15:37:18 +0100 Subject: distcheck: Build with optimizations so we get proper warnings --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7170058..8b14a04 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,9 @@ ACLOCAL_AMFLAGS = -I build/m4 DISTCHECK_CONFIGURE_FLAGS = \ --enable-doc \ - --disable-coverage + --disable-coverage \ + --enable-strict \ + CFLAGS='-O2' dist-hook: @if test -d "$(srcdir)/.git"; \ -- cgit v1.2.1