From owner-freebsd-questions Sat Jul 24 17:11:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from arutam.inch.com (ns.inch.com [207.240.140.101]) by hub.freebsd.org (Postfix) with ESMTP id 2BA0D14EE7 for ; Sat, 24 Jul 1999 17:11:53 -0700 (PDT) (envelope-from freyes@inch.com) Received: from your-name (freyes.static.inch.com [207.240.212.43]) by arutam.inch.com (8.9.1a/8.8.5) with SMTP id UAA21784; Sat, 24 Jul 1999 20:11:38 -0400 (EDT) Message-Id: <199907250011.UAA21784@arutam.inch.com> From: "Francisco Reyes" To: "Evren Yurtesen" Cc: "FreeBSD questions" Date: Sat, 24 Jul 1999 20:12:10 -0400 Reply-To: "Francisco Reyes" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.1998) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: By default, FreeBSD kernels are not optimized.??? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 25 Jul 1999 01:22:07 +0300, Evren Yurtesen wrote: >what does this text mean exactly, which is referenced from >http://www.freebsd.org/handbook/internals-vm.html >By default, FreeBSD kernels are not optimized. > makeoptions DEBUG="-g" > makeoptions COPTFLAGS="-O2 -pipe" That refers to the C compiler optimizations. There are different levels and types of optimizations that the compiler can do and by default FreeBSD IS NOT compiled with any of them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message