aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortzssangglass <tzssangglass@gmail.com>2024-09-09 23:22:34 +0800
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>2024-09-24 18:58:30 +0400
commit51857ce40400b48bc8900b9e3930cf7474fa0c41 (patch)
tree7428cc00bbe58e615d80562218b6ae45369a757d /src
parentb1e07409b1071564e8dd8c70436cba5da19a1575 (diff)
downloadnginx-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/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: