Re: Build with "DEBUG" symbols

2020-01-16 Thread Eugene Grosbein
16.01.2020 23:31, Carmel NY пишет:
> Hypothetically, suppose I wanted to build my entire ports system with
> "debug" symbols; would putting:
> 
>   WITH_DEBUG_PORTS=*
> 
> in the "make.conf" file work?
> 
> Asking for a friend.

This should work for /etc/make.conf:

WITH_DEBUG=yes


___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Build with "DEBUG" symbols

2020-01-16 Thread Carmel NY
Hypothetically, suppose I wanted to build my entire ports system with
"debug" symbols; would putting:

WITH_DEBUG_PORTS=*

in the "make.conf" file work?

Asking for a friend.

-- 
Carmel


pgp8Qwk11g7Dn.pgp
Description: OpenPGP digital signature


Build with debug symbols

2013-05-06 Thread Jerry
I have been trying to build editors/kate with debug symbols because
it continually crashes when I attempt to open a new session. The bug
report created is not usable according to KDE so I am trying to get it
built with debug symbols.

I tried putting this in the /etc/make.conf file:

# editors/kate
.if $(.CURDIR:M*/editors/kate)
DEBUG_FLAGS = -ggdb
CFLAGS += ${DEBUG_FLAGS}
WITH_DEBUG = YES
.endif

Is there anything else I have to do to get the port build and installed
with debug symbols?

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org