diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1998-09-20 23:55:38 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1998-09-20 23:55:38 +0000 |
commit | 4b8320c3d0ccdd79fd8ae4c524b9edeec2378426 (patch) | |
tree | 6e62833ca3820e537fc9bdcb83e084ea65b7b241 /www/apache13 | |
parent | Add libXpm.so. (diff) |
Remove expensive-optimization -O6 already include it
Diffstat (limited to 'www/apache13')
-rw-r--r-- | www/apache13/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 28d9322e430c..d63c05b48052 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Aug 25 16:42:36 CDT 1995 # Whom: ache@nagual.pp.ru # -# $Id: Makefile,v 1.58 1998/06/24 19:54:05 ache Exp $ +# $Id: Makefile,v 1.59 1998/07/23 13:15:57 ache Exp $ # DISTNAME= apache_1.3.1 @@ -41,7 +41,7 @@ OPTIM=-DHARD_SERVER_LIMIT=512 \ .if defined(APACHE_PERF_TUNING) && ${APACHE_PERF_TUNING} == YES CONFIGURE_ARGS+= --disable-rule=STATUS OPTIM+= -DBUFFERED_LOGS -CFLAGS+= -O6 -fomit-frame-pointer -fexpensive-optimizations +CFLAGS+= -O6 -fomit-frame-pointer .endif CONFIGURE_ENV= OPTIM='${OPTIM}' |