diff options
author | Stef Walter <stef@thewalter.net> | 2014-01-14 15:37:18 +0100 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2014-01-14 15:37:36 +0100 |
commit | 90479889d9ee0c6f64067cb762286e6d25dca4b3 (patch) | |
tree | 891d4642758de54fb73b299d574109062ec07925 | |
parent | 426db01ae6c793d59b055e2ff7b14eeb14a48e68 (diff) |
distcheck: Build with optimizations so we get proper warnings
-rw-r--r-- | Makefile.am | 4 |
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"; \ |