From 50abd20bb3dc3d853de22cd5cf8198edfde5ae92 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 14 Nov 1998 23:49:08 +0000 Subject: [PATCH] compile with optimisation by default on all compilers (the mdfour code really needs it) --- configure.in | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.34.1