From: tzssangglass Date: Mon, 9 Sep 2024 15:22:34 +0000 (+0800) Subject: Fixed a typo of bpf makefile debug option. X-Git-Tag: release-1.27.2~8 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=51857ce40400b48bc8900b9e3930cf7474fa0c41;p=nginx.git Fixed a typo of bpf makefile debug option. --- 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: