We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5a518 commit bade5c5Copy full SHA for bade5c5
tools/bpf/bpftool/Makefile
@@ -166,7 +166,7 @@ $(OUTPUT)%.bpf.o: skeleton/%.bpf.c $(OUTPUT)vmlinux.h $(LIBBPF)
166
-I$(srctree)/tools/include/uapi/ \
167
-I$(LIBBPF_PATH) \
168
-I$(srctree)/tools/lib \
169
- -g -O2 -target bpf -c $< -o $@ && $(LLVM_STRIP) -g $@
+ -g -O2 -Wall -target bpf -c $< -o $@ && $(LLVM_STRIP) -g $@
170
171
$(OUTPUT)%.skel.h: $(OUTPUT)%.bpf.o $(BPFTOOL_BOOTSTRAP)
172
$(QUIET_GEN)$(BPFTOOL_BOOTSTRAP) gen skeleton $< > $@
0 commit comments