aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/event/quic/bpf/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/quic/bpf/makefile b/src/event/quic/bpf/makefile
index b4d758f33..277aa3151 100644
--- a/src/event/quic/bpf/makefile
+++ b/src/event/quic/bpf/makefile
@@ -25,6 +25,6 @@ clean:
@rm -f $(RESULT) *.o
debug: $(PROGNAME).o
- llvm-objdump -S -no-show-raw-insn $<
+ llvm-objdump -S --no-show-raw-insn $<
.DELETE_ON_ERROR: