Hi,
AFAIK, firefox uses dwarf2 even if no WITH_DEBUG option is used.
Thank!
On Sun, May 5, 2019 at 2:24 AM George Mitchell
wrote:
> I tried compiling a debugging version of firefox:
>
> cd /usr/ports/www/firefox; make clean; make WITH_DEBUG=yes install
>
> The resulting binary had no debug sym
With FreeBSD at r347055 and ports at 500862 attempts to compile
sysutils/u-boot-rpi3 stop with a string of errors starting with
ld: error: undefined symbol: EVP_MD_CTX_new
>>> referenced by mxsimage.c
>>> tools/mxsimage.o:(mxsimage_generate)
ld: error: undefined symbol: EVP_MD_CTX_fr
On 5/5/19 8:56 am, George Mitchell wrote:
I tried compiling a debugging version of firefox:
cd /usr/ports/www/firefox; make clean; make WITH_DEBUG=yes install
The resulting binary had no debug symbols. What did I do wrong?
-- George
WITH_DEBUG may not modify Firefox's actual makefile to do
Anders Jensen-Waud writes:
> On 5/5/19 8:56 am, George Mitchell wrote:
> > I tried compiling a debugging version of firefox:
> >
> > cd /usr/ports/www/firefox; make clean; make WITH_DEBUG=yes install
> >
> > The resulting binary had no debug symbols. What did I do wrong?
> > -- George
>