Date: Sat, 20 Nov 1999 12:21:57 -0600 (CST) From: David Scheidt <dscheidt@enteract.com> To: Byung Yang <freebsd@nowcool.dhs.org> Cc: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>, freebsd-current@FreeBSD.ORG Subject: Re: cpu name Message-ID: <Pine.NEB.3.96.991120121816.12130A-100000@shell-1.enteract.com> In-Reply-To: <Pine.BSF.4.10.9911201245410.394-100000@nowcool.dhs.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 20 Nov 1999, Byung Yang wrote: > I lowered the optimization level from -O6 to -O and now it shows the cpu > name properly. I was using "-O6 -march=pentium" for the optimization flag > before, but would it affect the performance of the kernela lot if I lower > the optimization flag to -O? It makes it work properly, so yes it would. None of the kernel code is tested beyond -O. Much of it works, but if it doesn't you aren't going to get any support from anyone, except to tell you to turn the optimization down. David Scheidt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96.991120121816.12130A-100000>