[issue871] gtk2 related: X mouse pointer jumps and sticks to top left corner

Joerg Sonnenberger joerg at britannica.bec.de
Thu Dec 6 11:32:27 PST 2007


On Thu, Dec 06, 2007 at 08:05:12AM -0800, walt wrote:
> On Wed, 5 Dec 2007, Joe "Floid" Kanowitz wrote:
> 
> >
> >
> > ...does anyone have answers re: the best, most
> > "system-friendly" way to preserve debugging symbols in pkgsrc ports?
> 
> This seems to work for me:
> # CFLAGS+='-g' INSTALL_UNSTRIPPED=yes bmake

Use CFLAGS='-O -g' INSTALL_UNSTRIPPED=yes bmake.

The shell can't really use += and I am surprised it works at all.
Don't disable optimisation completely, you can run into issues with
that.

Joerg





More information about the Bugs mailing list