Forum OpenACS Q&A: Re: Do NOT compile nsxml with -O !

Collapse
Posted by Roberto Mello on
Well, I'm not sure about GCC especifics, but adding debugging symbols (-g) should disable any optimization.

That's what I did in the compiler I wrote, but perhaps gcc is smarter.

-Roberto