summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2014-01-14 15:37:18 +0100
committerStef Walter <stef@thewalter.net>2014-01-14 15:37:36 +0100
commit90479889d9ee0c6f64067cb762286e6d25dca4b3 (patch)
tree891d4642758de54fb73b299d574109062ec07925
parent426db01ae6c793d59b055e2ff7b14eeb14a48e68 (diff)
downloadp11-kit-90479889d9ee0c6f64067cb762286e6d25dca4b3.tar.gz
distcheck: Build with optimizations so we get proper warnings
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
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"; \