get hashmap compiling

This commit is contained in:
2025-09-08 22:26:16 +05:30
parent 1a82875f68
commit f7aa054b31
3 changed files with 56 additions and 50 deletions

View File

@ -13,7 +13,7 @@ all: $(LL) $(OBJ)
$(BPF_CLANG) -O2 -g -target bpf -c $< -o $@
%.bpf.ll: %.bpf.c
$(BPF_CLANG) $(CFLAGS) -S $< -o $@
$(BPF_CLANG) $(CFLAGS) -g -S $< -o $@
clean:
rm -f $(LL) $(OBJ)