Ooops!! I forgot that! :)
2017-09-20 20:06 GMT+02:00 James Clarke <jrt...@jrtc27.com>:
> On 20 Sep 2017, at 11:08, Joan Lledó <joanlluisll...@gmail.com> wrote:
>>
>> ---
>> eth-multiplexer/Makefile | 2 +-
>> eth-multiplexer/device_impl.c | 5 +++++
>> 2 files changed, 6 insertions(+), 1 deletion(-)
>>
>> diff --git a/eth-multiplexer/Makefile b/eth-multiplexer/Makefile
>> index cefa0abd..2b19de6d 100644
>> --- a/eth-multiplexer/Makefile
>> +++ b/eth-multiplexer/Makefile
>> @@ -29,6 +29,6 @@ LCLHDRS = ethernet.h util.h vdev.h netfs_impl.h
>> HURDLIBS = ports ihash iohelp fshelp shouldbeinlibc netfs bpf
>> LDLIBS = -lpthread
>>
>> -CFLAGS += -I$(top_srcdir)/libbpf
>> +CFLAGS += -I$(top_srcdir)/libbpf -ggdb -O0
>
> I don't think you meant to include this hunk? :)
>
> James
>