28 Apr
2011
28 Apr
'11
12:37 a.m.
I glad to see that I'm not the only one having the problem. I wish that I was a C / C++ programmer - than I could help out. BTW, -O0 is an argument to what? -- Duke
-O0 is an argument to gcc - it is the optimization level. ?-O0 means no optimization. ?The other options are -O1 through -O3. ?This is set out in the Makefile, the default for Dillo being -O2, IIRC.