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
___
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
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/