diff options
author | tzssangglass <tzssangglass@gmail.com> | 2024-09-09 23:22:34 +0800 |
---|---|---|
committer | Roman Arutyunyan <arutyunyan.roman@gmail.com> | 2024-09-24 18:58:30 +0400 |
commit | 51857ce40400b48bc8900b9e3930cf7474fa0c41 (patch) | |
tree | 7428cc00bbe58e615d80562218b6ae45369a757d /src | |
parent | b1e07409b1071564e8dd8c70436cba5da19a1575 (diff) | |
download | nginx-51857ce40400b48bc8900b9e3930cf7474fa0c41.tar.gz nginx-51857ce40400b48bc8900b9e3930cf7474fa0c41.zip |
Fixed a typo of bpf makefile debug option.
Diffstat (limited to 'src')
-rw-r--r-- | src/event/quic/bpf/makefile | 2 |
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: |