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/

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 ___