Re: [yocto] [PATCH v2 2/5] Makefile: add debug target

2017-02-14 Thread Todor Minchev
On Fri, 2017-02-10 at 10:58 -0800, Jianxun Zhang wrote: > > On Feb 9, 2017, at 11:17 AM, Todor Minchev > > wrote: > > > > A debug version of the rmc binary can be built by using the debug > > Makefile target. This will include debug symbols and will disable > >

Re: [yocto] [PATCH v2 2/5] Makefile: add debug target

2017-02-10 Thread Jianxun Zhang
> On Feb 9, 2017, at 11:17 AM, Todor Minchev > wrote: > > A debug version of the rmc binary can be built by using the debug > Makefile target. This will include debug symbols and will disable > compiler optimizations. > > Example: > > make debug > >

[yocto] [PATCH v2 2/5] Makefile: add debug target

2017-02-09 Thread Todor Minchev
A debug version of the rmc binary can be built by using the debug Makefile target. This will include debug symbols and will disable compiler optimizations. Example: make debug Signed-off-by: Todor Minchev --- Makefile | 2 ++ 1 file changed, 2 insertions(+)