From: Andrew Tridgell Date: Sat, 14 Nov 1998 23:49:08 +0000 (+0000) Subject: compile with optimisation by default on all compilers X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/50abd20bb3dc3d853de22cd5cf8198edfde5ae92 compile with optimisation by default on all compilers (the mdfour code really needs it) --- diff --git a/configure.in b/configure.in index 23abe117..c300d6a3 100644 --- a/configure.in +++ b/configure.in @@ -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