On 29/7/19 2:52 pm, Austin Lund wrote:
> Currently all debug builds will prefix /usr/src/build to the source
> paths. If debugging symbols are stripped into a separate package then
> these sources files are indeed in this path. But if the debug build is
> not stripped then one is left with a complex path rewriting to perform
> debugging. It's much easier to perform sensible path rewriting in this
> instance when the path is left untouched.
>
> Signed-off-by: Austin Lund <[email protected]>
> ---
I think this is the wrong solution.
For a package with options=('debug' '!strip'), we should just include
the source files in the package. Debug information includes source files.
Allan