Re: [pacman-dev] [PATCH] makepkg: tell the compiler to record debugging info for debug packages

2017-10-09 Thread Allan McRae
On 09/10/17 13:41, Eli Schwartz wrote: > On 10/08/2017 09:53 AM, Allan McRae wrote: >> On 08/10/17 16:38, Eli Schwartz wrote: >>> In commit 8b0d59b83a60eb504567590346119fe4cd891cad support was added for >>> storing the source files of binaries in debug packages. This made use of >>> the debugedit p

Re: [pacman-dev] [PATCH] makepkg: tell the compiler to record debugging info for debug packages

2017-10-09 Thread Eli Schwartz
On 10/08/2017 09:53 AM, Allan McRae wrote: > On 08/10/17 16:38, Eli Schwartz wrote: >> In commit 8b0d59b83a60eb504567590346119fe4cd891cad support was added for >> storing the source files of binaries in debug packages. This made use of >> the debugedit program which is part of the RPM package manag

Re: [pacman-dev] [PATCH] makepkg: tell the compiler to record debugging info for debug packages

2017-10-08 Thread Allan McRae
On 08/10/17 16:38, Eli Schwartz wrote: > In commit 8b0d59b83a60eb504567590346119fe4cd891cad support was added for > storing the source files of binaries in debug packages. This made use of > the debugedit program which is part of the RPM package manager, which is > not very standalone. > > The sam

[pacman-dev] [PATCH] makepkg: tell the compiler to record debugging info for debug packages

2017-10-07 Thread Eli Schwartz
In commit 8b0d59b83a60eb504567590346119fe4cd891cad support was added for storing the source files of binaries in debug packages. This made use of the debugedit program which is part of the RPM package manager, which is not very standalone. The same effect can be achieved using -fdebug-prefix-map,