Comment 6 for bug 591819

Revision history for this message
In , eviom (eviom) wrote :

Original thread: https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/591819

When I compile my code, if I compile it -O2, it compiles and runs fine. if I compile it with -O0, it segfaults while rendering text with FTGL. I've made no changes to anything in between compiles. Same FTGL code works fine in win32 (vs2010).