DragonFly bugs List (threaded) for 2007-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: [issue871] gtk2 related: X mouse pointer jumps and sticks to top left corner
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]