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

Yuri yuri at freebsd.org
Fri Feb 8 17:42:36 UTC 2019


On 2/8/19 5:44 AM, Mathieu Arnold wrote:
> 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


I tried STRIP= and it didn't work.

For some mysterious reason the build fails with optimization. Perhaps 
with debug compiler leaves some weakly linked symbols, this is why.

i hope that they will fix this soon, they promised to work on this over 
the weekend. Once they fix it, we can disable WITH_DEBUG there.


Yuri




More information about the svn-ports-all mailing list