On Thu, Jun 07, 2018 at 03:59:22PM +0200, Laurent Stacul wrote:
> Understood.
>
> In this case, there are 2 solutions:
>
> - we completely remove the call to dlopen
> - we keep the call to dlopen from the shared lib version of libdw and
> embed all the backends code in the archive
>
> I don't kn
Understood.
In this case, there are 2 solutions:
- we completely remove the call to dlopen
- we keep the call to dlopen from the shared lib version of libdw and
embed all the backends code in the archive
I don't know if the second solution is worth the additional
work/complexity. What do you thi