mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-17 05:48:33 -04:00
compile with optimisation by default on all compilers
(the mdfour code really needs it)
This commit is contained 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user