1 parent d87decd commit 70dfa0fCopy full SHA for 70dfa0f
2 files changed
Makefile
@@ -11,4 +11,4 @@ clean:
11
12
all: install compile
13
14
-.PHONY: all clean
+.PHONY: all clean
examples/c-form/Makefile
@@ -10,7 +10,7 @@ OBJ := $(SRC:.bpf.c=.bpf.o)
10
all: $(LL) $(OBJ)
%.bpf.o: %.bpf.c
- $(BPF_CLANG) -O2 -target bpf -c $< -o $@
+ $(BPF_CLANG) -O2 -g -target bpf -c $< -o $@
15
%.bpf.ll: %.bpf.c
16
$(BPF_CLANG) $(CFLAGS) -S $< -o $@
0 commit comments