Control: tags -1 moreinfo

On Sat, 18 Sep 2021 12:39:34 +0200 Matthias Urlichs
<matth...@urlichs.de> wrote:
> Package: debhelper
> Version: 13.5.1
> Severity: normal
> 
> "dwz" has limits which are too low for some programs, particularly when
> they're heavy on C++ and templates and such stuff. Thus, dh_dwz needs -l/-L
> options it can forward to dwz; see its manpage.
> 
> Seen when building the latest upstream version of PrusaSlicer.
> 
> 
> [...] 
Hi Matthias,

You can pass -l/-L to dwz by using:

override_dh_dwz:
   dh_dwz -- <dwz options here>

And thereby tuning dwz better to your concrete package.


Thanks,
~Niels

Reply via email to