Please add the following line to your .mozconfig file
export LDFLAGS="-lgcov -static-libgcc"
However, on a separate note, you are using '-g' flag for CFLAGS and CXXFLAGS and also using 'disable-debug'. Is it by design.
Thanks Murali
Please add the following line to your .mozconfig file
export LDFLAGS="-lgcov -static-libgcc"
However, on a separate note, you are using '-g' flag for CFLAGS and CXXFLAGS and also using 'disable-debug'. Is it by design.
Thanks
Murali