svn commit: r492405 - in head/graphics: . xournalpp

Mathieu Arnold mat at FreeBSD.org
Fri Feb 8 13:44:24 UTC 2019


On Fri, Feb 08, 2019 at 02:44:42AM +0000, Yuri Victorovich wrote:
> +WITH_DEBUG=	1 # workaround for https://github.com/xournalpp/xournalpp/issues/844 (symbol not found)

WITH_DEBUG is probably *not* what you want here.  WITH_DEBUG does not
mean "don't strip" it also produces enormous object files with all
debugging enabled.  You probably want to do this instead:

STRIP=  # Don't strip

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20190208/c0456c11/attachment.sig>


More information about the svn-ports-head mailing list