diff options
-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"; \ |