OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: James A. Peltier (james_at_site-fx.net)
Date: Sat Oct 26 2002 - 20:37:44 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    On Sat, 2002-10-26 at 13:14, Patrick Giagnocavo +1.717.201.3366 wrote:
    > What I would like to hear about are the best COPTS in mk.conf for:
    >
    > x86:
    > PII

    I've compiled systems with the following successfully albeit unsupported
    by anyone, using FreeBSD, OpenBSD, NetBSD and various other unix-like
    OS's. It is not recommended to optimize the system using these options
    if you want to get support. Something like -0 -march=i686 -pipe is good
    enough.

    -O3 -march=i686 -fforce-addr -fomit-frame-pointer -funroll-loops
    -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4

    - James