diff --git a/src/bpf/Makefile b/src/bpf/Makefile index dadf4e7..dc6ddf9 100644 --- a/src/bpf/Makefile +++ b/src/bpf/Makefile @@ -77,5 +77,6 @@ $(TARGETS): %.bpf: %.c -Wno-tautological-compare \ -Wno-unknown-warning-option \ -Wno-address-of-packed-member \ + -fno-asynchronous-unwind-tables \ -O2 -emit-llvm -g -c $< -o ${@:.bpf=.ll} @$(LLC) -march=bpf -filetype=obj -o $(BIN)/$@ ${@:.bpf=.ll}