Hi,
> On Thu, 09 Jan 2003 11:22:39 -0800,
Joe Laughlin <[EMAIL PROTECTED]> said
about: upgrading to CURRENT from STABLE:
joe> In the UPDATING file, the following is noted:
joe> FreeBSD 5.0-CURRENT has many debugging features turned on, in
joe> both the kerne
On Thu, 9 Jan 2003 20:34:19 +0100
David Holm <[EMAIL PROTECTED]> wrote:
> You can find info on how to set maximum optimizations with gcc 3.2 here:
> http://www.freehackers.org/gentoo/gccflags/flag_gcc3opt.html
I'm the master of forgetting to tell people important stuff =(.
You should not use -mar
On Thu, 9 Jan 2003 20:34:19 +0100
David Holm <[EMAIL PROTECTED]> wrote:
> You can find info on how to set maximum optimizations with gcc 3.2 here:
> http://www.freehackers.org/gentoo/gccflags/flag_gcc3opt.html
BTW, some of these flags will only work with gcc 3.1 and higher, so you won't be able
Comment (or remove) these lines in your kernel config:
makeoptions DEBUG=-g
options DDB
options INVARIANTS
options INVARIANT_SUPPORT
options WITNESS
options WITNESS_SKIPSPIN
You should also add the following to /etc/make.conf:
NOPROFILE=true
You can fin