Commit 8e7e40d0 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

bpf: Remove redundant -g

parent de4d4f66
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment