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
> > compiler optimizations.
> >
> > E
> 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
>
> Signed-off-by: Todor Minchev
> ---
> Make