From 8e7e40d0cc957d07440d4636fe168c3654133003 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 31 Aug 2021 16:47:42 +0900 Subject: [PATCH] bpf: Remove redundant -g --- bpf/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bpf/Makefile.am b/bpf/Makefile.am index 8e19e910..7aafb694 100644 --- a/bpf/Makefile.am +++ b/bpf/Makefile.am @@ -32,7 +32,7 @@ all: $(builddir)/reuseport_kern.o $(builddir)/reuseport_kern.o: reuseport_kern.c $(CC) @LIBBPF_CFLAGS@ @BPFCFLAGS@ @EXTRABPFCFLAGS@ \ - -target bpf -g -c $< -o $@ + -target bpf -c $< -o $@ clean-local: -rm -f reuseport_kern.o