bpf: Remove redundant -g

This commit is contained in:
Tatsuhiro Tsujikawa 2021-08-31 16:47:42 +09:00
parent de4d4f6609
commit 8e7e40d0cc
1 changed files with 1 additions and 1 deletions

View File

@ -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