From: Stef Walter Date: Tue, 14 Jan 2014 14:37:18 +0000 (+0100) Subject: distcheck: Build with optimizations so we get proper warnings X-Git-Tag: 0.20.2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90479889d9ee0c6f64067cb762286e6d25dca4b3;p=p11-kit distcheck: Build with optimizations so we get proper warnings --- 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"; \