Re: [PATCH bpf-next] selftests/bpf: build tests with debug info

2019-06-26 Thread Daniel Borkmann
On 06/26/2019 12:56 AM, Andrii Nakryiko wrote: > Non-BPF (user land) part of selftests is built without debug info making > occasional debugging with gdb terrible. Build with debug info always. > > Signed-off-by: Andrii Nakryiko Applied, thanks!

[PATCH bpf-next] selftests/bpf: build tests with debug info

2019-06-25 Thread Andrii Nakryiko
Non-BPF (user land) part of selftests is built without debug info making occasional debugging with gdb terrible. Build with debug info always. Signed-off-by: Andrii Nakryiko --- tools/testing/selftests/bpf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing