From owner-freebsd-questions Thu Sep 11 12:23:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA11688 for questions-outgoing; Thu, 11 Sep 1997 12:23:37 -0700 (PDT) Received: from news.cioe.com (news.cioe.com [204.120.165.34]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA11673; Thu, 11 Sep 1997 12:23:32 -0700 (PDT) Received: (from root@localhost) by news.cioe.com (8.8.7/8.8.5) id OAA08122; Thu, 11 Sep 1997 14:22:06 -0500 (EST) Date: Thu, 11 Sep 1997 14:22:06 -0500 (EST) From: Steven Ames Message-Id: <199709111922.OAA08122@news.cioe.com> To: gmarco@giovannelli.it, hackers@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: Important: -O flag crashes cc in libncurses Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I know just a little about -O, and I think it is the optimization level, > but I don't know really what the number are ... > > Is possible to modify the Makefile to use -O2 for the libncurses instead of > -O ? It would important for me if I want to complete a make world.... :-) Try this: cp /usr/src/etc/make.conf /etc/make.conf Then edit /etc/make.conf. The first configuration option is 'CFLAGS'. These will be the flags used when when makeing the world... and at some point the make for the ports also started using this file. -STeve