Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Dec 1998 22:30:16 -0500 (EST)
From:      Mikhail Teterin <mi@kot.ne.mediaone.net>
To:        current@FreeBSD.ORG
Subject:   Re: buildworld and PAM and login and stuff
Message-ID:  <199812100330.WAA20049@kot.ne.mediaone.net>
In-Reply-To: <199812100310.TAA12329@bubba.whistle.com> from Archie Cobbs at "Dec 9, 1998 07:10:25 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Archie Cobbs once stated:

=Brings up a related question I was wondering about.. what happens if
=you compile the kernel -O2? I guess it must break something, otherwise
=that would be the default.. ?

My current kernel is compiled with:

	-O2 -fomit-frame-pointer -fexpensive-optimizations -mno-486 \
		-mpentium -malign-jumps=0 -malign-loops=0

using the gcc-2.8.1 compiler. I had to add the libkern's muldi3 (I
think), to the Makefile manually.

Previously, I was using the cc with similar:

	-O2 -fomit-frame-pointer -fexpensive-optimizations -mno-486 \
		-malign-jumps=0 -malign-loops=0

The system is quite stable: "up 6 days", with two concurrent xsessions
(local and remote), Netscape, builds, ccd, softupdates, whatnot.

Load reaches 4-6 sometimes...

	-mi

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?199812100330.WAA20049>