Date: Thu, 30 Mar 2000 15:59:52 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: "David J. Kanter" <djkanter@nwu.edu> Cc: FreeBSD questions <freebsd-questions@FreeBSD.ORG> Subject: Re: /etc/make.conf Message-ID: <25957.954424792@axl.ops.uunet.co.za> In-Reply-To: Your message of "Thu, 30 Mar 2000 05:00:48 CST." <20000330050048.A9868@localhost.localdomain>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 30 Mar 2000 05:00:48 CST, "David J. Kanter" wrote: > Which flags, if any, do people recommend I set in /etc/make.conf, keeping in > mind that I'm a home-PC user? The compiler flags officially supported within the project are: CFLAGS='-O -pipe' COPTFLAGS='-O -pipe' More aggressive optimizations may be possible, but you're on your own trying to get support later if something goes wrong, whether or not it's related to the optimizations. :-) > Should I keep these flags set all the time, so that all "make"s can be > done with the options, or are they just necessary when doing a make > world? And is it bad form to make some things with the options and > other things without? It is common practise to leave CFLAGS and COPTFLAGS defined as above in /etc/make.conf at all times. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?25957.954424792>