
Originally Posted by
oibaf
I am not using compiler optimizations. Check /usr/share/doc/libgl1-mesa-dri/changelog.gz for all the changes (vs official Ubuntu packages) I apply to my mesa packages.
When I do a backtrace of compiz using your build of mesa, I often see lines like this one:
Code:
#8 0x00007f45e10426f7 in dri_st_framebuffer_validate (stfbi=<value optimized out>, statts=0x7fff214238f0, count=1, out=0x0) at dri_drawable.c:73
drawable = 0x1afdac0
statt_mask = <value optimized out>
new_stamp = <value optimized out>
i = <value optimized out>
As far as I can tell, this means it's compiled with optimizations, right?