mirror of https://github.com/nginx/nginx
Fixed a typo of bpf makefile debug option.
This commit is contained in:
parent
b1e07409b1
commit
51857ce404
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue