pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/pine When default optimisation is left at -O2, me...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bcc7462e899a
branches:  trunk
changeset: 476074:bcc7462e899a
user:      jklos <jklos%pkgsrc.org@localhost>
date:      Wed Jun 02 18:45:00 2004 +0000

description:
When default optimisation is left at -O2, memory usage gets as high as 320 megs on
NetBSD PowerPC and as high as 220 megs on NetBSD i386. Setting optimisation to -O
allows Pine to be built on NetBSD m68k and VAX architectures as well as machines
which don't have much memory.

diffstat:

 mail/pine/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r cc2331421ce1 -r bcc7462e899a mail/pine/Makefile
--- a/mail/pine/Makefile        Wed Jun 02 17:11:21 2004 +0000
+++ b/mail/pine/Makefile        Wed Jun 02 18:45:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2004/05/17 11:21:10 grant Exp $
+# $NetBSD: Makefile,v 1.93 2004/06/02 18:45:00 jklos Exp $
 
 DISTNAME=       pine4.60
 PKGNAME=        pine-4.60
@@ -33,6 +33,7 @@
 .else
 BUILDNAME=     neb
 BUILDFILE=     neb
+CFLAGS+=       -O
 .endif
 
 .if !empty(CC_VERSION:Mgcc-*)



Home | Main Index | Thread Index | Old Index