]> git.feebdaed.xyz Git - 0xmirror/nginx.git/commitdiff
Fixed a typo of bpf makefile debug option.
authortzssangglass <tzssangglass@gmail.com>
Mon, 9 Sep 2024 15:22:34 +0000 (23:22 +0800)
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>
Tue, 24 Sep 2024 14:58:30 +0000 (18:58 +0400)
src/event/quic/bpf/makefile

index b4d758f33bcbf9a8c7691db5367cc2d82742e46b..277aa3151664225e663f77d217e569c57d0fe857 100644 (file)
@@ -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: