compile with optimisation by default on all compilers

(the mdfour code really needs it)
This commit is contained in:
Andrew Tridgell
1998-11-14 23:49:08 +00:00
parent 37f9805dab
commit 50abd20bb3

View File

@@ -2,6 +2,9 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(byteorder.h)
AC_CONFIG_HEADER(config.h)
# compile with optimisation and without debugging by default
CFLAGS=${CFLAGS-"-O"}
AC_CANONICAL_SYSTEM
AC_VALIDATE_CACHE_SYSTEM_TYPE