Posted by
CmdrTaco
on from the when-it-rains-it-pours dept.
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."
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.
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.