Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2013 07:30:34 -0400
From:      Jerry <jerry@seibercom.net>
To:        freebsd-ports@freebsd.org
Subject:   Build with debug symbols
Message-ID:  <20130506073034.4ab52cee@scorpio>

next in thread | raw e-mail | index | archive | help
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.
__________________________________________________________________




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130506073034.4ab52cee>