Slashdot Mirror


Preparing for the Worst in FreeBSD

LiquidPC writes "In Part I of this series, Michael Lucas, from ONLamp.com, goes over preparing your FreeBSD computer for the worst in case of a system panic."

1 of 286 comments (clear)

  1. compiler options by nslu · · Score: 0, Redundant

    the problem is that code compiled with -O2 option behaves (in bug cases) way different from code compiled without optimization, that's it: it may never trigger bug you are looking for if it is compiled with -g.