[nginx] Fixed a typo of bpf makefile debug option.

noreply at nginx.com noreply at nginx.com
Tue Sep 24 14:59:02 UTC 2024


details:   https://github.com/nginx/nginx/commit/51857ce40400b48bc8900b9e3930cf7474fa0c41
branches:  master
commit:    51857ce40400b48bc8900b9e3930cf7474fa0c41
user:      tzssangglass <tzssangglass at gmail.com>
date:      Mon, 9 Sep 2024 23:22:34 +0800
description:
Fixed a typo of bpf makefile debug option.


---
 src/event/quic/bpf/makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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:


More information about the nginx-devel mailing list